From a11105f819b7ad65af10e2d41ab34a97eace7973 Mon Sep 17 00:00:00 2001 From: Tomasz Jurtsch Date: Thu, 31 Dec 2020 13:56:26 +0100 Subject: [PATCH] dirty: add debug script --- print-num.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 print-num.py diff --git a/print-num.py b/print-num.py new file mode 100644 index 0000000..c1e2c87 --- /dev/null +++ b/print-num.py @@ -0,0 +1,4 @@ +import os + +numOfJobs = int(os.environ['NUM_OF_JOBS']) +print(numOfJobs)