Skip to content

Commit

Permalink
Restore correct functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jun 6, 2024
1 parent 81be5f5 commit cc78b52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions start/start-action-runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,4 @@ def bring_runners_online(connection, N):
done, active_runners = bring_runners_online(connection, args.N)

# Calling applications can redirect stdout to determine the number of active runners.
# print(active_runners)
print(0)
print(active_runners)

0 comments on commit cc78b52

Please sign in to comment.