Skip to content

Commit

Permalink
Update simulation_status.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Namyalg authored Jun 7, 2022
1 parent d546ac8 commit aea0a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/tests/simulation_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_simulation_status():
logs = []
with open(logs_file_name) as file_handle:
logs = file_handle.readlines()
os.system('rm ' + logs_file_name)
#os.system('rm ' + logs_file_name)
return {'container_running': True, 'logs': logs}
return {'container_running': False}

Expand Down

0 comments on commit aea0a57

Please sign in to comment.