Skip to content

Commit

Permalink
dirty: add debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
tjurtsch committed Dec 31, 2020
1 parent bc55789 commit a11105f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions print-num.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os

numOfJobs = int(os.environ['NUM_OF_JOBS'])
print(numOfJobs)

0 comments on commit a11105f

Please sign in to comment.