Fixed typo.
This commit is contained in:
parent
cbb21db442
commit
d347bbdf55
@ -101,7 +101,7 @@ for src_photo in args.photos:
|
||||
if args.outdir == ".":
|
||||
photo = src_photo
|
||||
else:
|
||||
# be os aware and use the correct directory delimiter for destfile
|
||||
# Be os aware and use the correct directory delimiter for destfile
|
||||
dst_photo = os.path.join(args.outdir, photo_basename)
|
||||
# Don't copy image if in dry-run mode
|
||||
if args.dry == 'True':
|
||||
|
Loading…
Reference in New Issue
Block a user