changed all "s to 's and fixed a bug caused by this O:-)

This commit is contained in:
Overwatch 2014-08-17 21:55:14 +02:00
parent 4d6a8f9bd0
commit f6e9a8f9c7

View file

@ -194,7 +194,7 @@ if __name__ == '__main__':
new_filename = pathlib.Path(tgt).stem + pathlib.Path(info.tmp_file).suffix new_filename = pathlib.Path(tgt).stem + pathlib.Path(info.tmp_file).suffix
if main.cfg.dump_commands: 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: if main.cfg.armed:
pathlib.Path(info.tmp_file).rename(new_filename) pathlib.Path(info.tmp_file).rename(new_filename)