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

fix

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