Skip to content
Snippets Groups Projects
Commit 165c5c2a authored by lkugler's avatar lkugler
Browse files

fix

parent f3947c60
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ class ClusterConfig(object):
try:
shutil.copytree(self.scriptsdir, self.scripts_rundir)
print('scripts have been copied to', self.archivedir)
except FileExistsError:
pass
except:
......@@ -80,7 +81,6 @@ class ClusterConfig(object):
# copy(os.path.basename(__file__), self.scripts_rundir+'/')
# except Exception as e:
# warnings.warn(str(e))
print('scripts have been copied to', self.archivedir)
def shell(args):
print(args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment