command.script now unicode
This commit is contained in:
@@ -7,5 +7,5 @@ def match(command, settings):
|
||||
|
||||
|
||||
def get_new_command(command, settings):
|
||||
return './{}'.format(command.script)
|
||||
return u'./{}'.format(command.script)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user