diff --git a/over-video.py b/over-video.py index 3c1f4b5..25f5613 100755 --- a/over-video.py +++ b/over-video.py @@ -194,7 +194,7 @@ if __name__ == '__main__': new_filename = pathlib.Path(tgt).stem + pathlib.Path(info.tmp_file).suffix if main.cfg.dump_commands: - _print('will execute §Bmv '%s' '%s'§/' %(info.tmp_file, new_filename), prefix.start) + _print('will execute §Bmv "%s" "%s"§/' %(info.tmp_file, new_filename), prefix.start) if main.cfg.armed: pathlib.Path(info.tmp_file).rename(new_filename)