Skip to content
Snippets Groups Projects
Commit d776b0c3 authored by David Verelst's avatar David Verelst
Browse files

forgot to add cpu_user_queue as attribute of self...

parent e3785290
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -417,6 +417,7 @@ class Scheduler: ...@@ -417,6 +417,7 @@ class Scheduler:
self.uid = os.getenv('USER') self.uid = os.getenv('USER')
self.nr_cpus = nr_cpus self.nr_cpus = nr_cpus
self.cpu_free = cpu_free self.cpu_free = cpu_free
self.cpu_user_queue = cpu_user_queue
self.tsleep = tsleep self.tsleep = tsleep
self.dryrun = dryrun self.dryrun = dryrun
self.tsleep_short = 0.1 self.tsleep_short = 0.1
......
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