Skip to content

Commit

Permalink
What
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Nov 22, 2024
1 parent c2f0ddd commit d531f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def previous_run_id() -> str | None:
if __name__ == "__main__":
run_id = previous_run_id()
if run_id is not None:
info = json.dumps({"id": run_id, "exists": True})
info = json.dumps({"id": run_id, "exists": False})
print(f"RUN_INFO={info}")
else:
info = json.dumps({"exists": False})
Expand Down

0 comments on commit d531f7f

Please sign in to comment.