From f6e9a8f9c71d63fce258e1732aafa678468a549c Mon Sep 17 00:00:00 2001 From: Overwatch Date: Sun, 17 Aug 2014 21:55:14 +0200 Subject: [PATCH] changed all "s to 's and fixed a bug caused by this O:-) --- over-video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)