Commit dc810807 authored by Cresson Remi's avatar Cresson Remi
Browse files

Update script.py

parent 4fe4fd08
No related merge requests found
Pipeline #52145 passed with stage
in 44 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -10,5 +10,5 @@ tasks=[f"hello from task {i}" for i in range(params.nbtasks)]
item_file = os.environ["ITEMS_FILE"]
with open(item_file, 'w') as f:
json.dump(tasks, f)
#with open(os.environ["COUNT_FILE"], 'w') as f:
# f.write(str(len(tasks)))
with open(os.environ["COUNT_FILE"], 'w') as f:
f.write(str(len(tasks)))
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment