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

launch.py: make sort class attribute

parent 1c9d731a
No related branches found
No related tags found
No related merge requests found
...@@ -428,6 +428,7 @@ class Scheduler: ...@@ -428,6 +428,7 @@ class Scheduler:
self.fname_cluster_state = 'launch_scheduler_state.txt' self.fname_cluster_state = 'launch_scheduler_state.txt'
self.reload_pbsflist = 0 self.reload_pbsflist = 0
self.cache = cache self.cache = cache
self.sort = sort
self.pbsnodes = '/opt/pbs/bin/pbsnodes' self.pbsnodes = '/opt/pbs/bin/pbsnodes'
if HOSTNAME[:1] == 'g': if HOSTNAME[:1] == 'g':
......
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