Skip to content
Snippets Groups Projects
Commit 09315b3e authored by pascal.mouquet_ird.fr's avatar pascal.mouquet_ird.fr
Browse files

nb_proc read as int in jobs

parent dcbe1898
No related branches found
No related tags found
No related merge requests found
Pipeline #1330 passed
......@@ -355,7 +355,7 @@ class Job:
except:
self.provider = "peps"
try:
self.nb_proc = parser["top"]["nb_proc"]
self.nb_proc = int(parser["top"]["nb_proc"])
except:
self.nb_proc = 8
for i in range(1, 10):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment