1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

logging screen output to file (#479)

Co-authored-by: Gal Leibovich <gal.leibovich@intel.com>
This commit is contained in:
Guy Jacob
2021-05-06 18:02:27 +03:00
committed by GitHub
parent 9106b69227
commit a1a2e67fbd
8 changed files with 63 additions and 45 deletions

View File

@@ -353,7 +353,7 @@ class Agent(AgentInterface):
worker_device=self.worker_device)
if self.ap.visualization.print_networks_summary:
print(networks[network_name])
screen.print(networks[network_name])
return networks