Skip to content

Commit

Permalink
fre pp wrapper to print one round of 'fre pp status' and exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Nov 26, 2024
1 parent 6bbf2cd commit dde4862
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions fre/pp/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,10 @@ def runFre2pp(experiment, platform, target, config_file, branch):
except Exception as err:
raise

#send off a watcher script that reports on how it's going
for n in range(1,12):
try:
_status_subtool(experiment, platform, target)
except Exception as err:
raise
time.sleep(300)
try:
_status_subtool(experiment, platform, target)
except Exception as err:
raise

if __name__ == '__main__':
runFre2pp()

0 comments on commit dde4862

Please sign in to comment.