changed all "s to 's and fixed a bug caused by this O:-)
This commit is contained in:
parent
4d6a8f9bd0
commit
f6e9a8f9c7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue