Removed debug output.
This commit is contained in:
parent
940da3a772
commit
aef69f81a1
@ -62,9 +62,7 @@ for srcphoto in args.photos:
|
||||
else:
|
||||
# be os aware and use the correct directory delimiter for destfile
|
||||
dstphoto = os.path.join(args.outdir, photo_basename)
|
||||
print('dry-run:', args.dry)
|
||||
if args.dry == 'True':
|
||||
print('Copying file!')
|
||||
shutil.copy(srcphoto, dstphoto)
|
||||
photo = dstphoto
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user