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

create config and state log files on init

parent 5a29db80
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -432,6 +432,9 @@ class Scheduler:
self.fname_cluster_state = 'launch_scheduler_state.txt'
self.reload_pbsflist = 0
self.write_config()
self.init_state_log()
def __call__(self, depend=False):
"""
Parameters
......
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