Skip to content

Commit

Permalink
Improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Dec 7, 2023
1 parent b29bd90 commit 69052b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoBoundaryBuilder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

if(allOutcomes.count("D") == len(allOutcomes)):
with open(STAGE_DIR + "buildStatus", 'w') as f:
f.write("BUILD IS COMPLETE.")
f.write(str(beat) + ": BUILD IS COMPLETE.")
sys.exit()
else:
with open(STAGE_DIR + "buildStatus", 'w') as f:
Expand Down

0 comments on commit 69052b9

Please sign in to comment.