mirror of
https://github.com/vale981/jobmanager
synced 2025-03-04 17:31:39 -05:00
minor add
This commit is contained in:
parent
0f64ece8e8
commit
3734d92f66
1 changed files with 0 additions and 2 deletions
|
@ -1429,8 +1429,6 @@ class JobManager_Server(object):
|
|||
|
||||
if status_file_name:
|
||||
self.status_file = pathlib.Path(status_file_name)
|
||||
if self.status_file.exists():
|
||||
raise FileExistsError("the status file '{}' already exists".format(status_file_name))
|
||||
with open(self.status_file, 'w') as f:
|
||||
f.write('init')
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue