Fixed typo.

This commit is contained in:
Marcus Scholz 2020-03-10 00:03:06 +01:00
parent cbb21db442
commit d347bbdf55
1 changed files with 1 additions and 1 deletions

View File

@ -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':