Skip to content
Snippets Groups Projects
Commit f010978d authored by Peters, Wouter's avatar Peters, Wouter
Browse files

test for Arby on existence of file to move

parent 6d1da058
Branches
No related tags found
No related merge requests found
......@@ -559,7 +559,7 @@ class CycleControl(dict):
for file in os.listdir(sourcedir):
file = os.path.join(sourcedir,file)
if not os.path.exists(file:
if not os.path.exists(file):
msg = "Cannot find requested file to move: %s " % file ; logging.debug(msg)
sys.exit(2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment