command.script now unicode

This commit is contained in:
nvbn
2015-04-21 06:24:40 +02:00
parent 0925c7966f
commit 5ccf163594
6 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ def match(command, settings):
def get_new_command(command, settings):
return './{}'.format(command.script)
return u'./{}'.format(command.script)