Fixed bug in CLI export_photo -- live photo not exported if verbose wasn't set

This commit is contained in:
Rhet Turnbull
2020-01-05 18:36:58 -08:00
parent f484737940
commit 0dac64409b
3 changed files with 10 additions and 2 deletions

View File

@@ -991,7 +991,9 @@ def export_photo(
if verbose:
click.echo(f"Exporting live photo video of {filename} as {live_name}")
_copy_file(src_live, str(dest_live))
_copy_file(src_live, str(dest_live))
return photo_path