Update deploy/runtools/firesim_topology_with_passes.py

This commit is contained in:
Abraham Gonzalez 2023-08-28 15:08:15 -07:00 committed by GitHub
parent b97eae4135
commit 4aaba23e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ class FireSimTopologyWithPasses:
time.sleep(1)
continue
else:
rootLogger.warning("Unknown screen state. Breaking poll")
rootLogger.warning(f"Unknown screen state. Breaking poll and printing screen state:\n{screenoutput}")
break
execute(screens, hosts=all_run_farm_ips)