revert [10361]: doesn't work in a non-utf-8 environment
This commit is contained in:
parent
0ce5c0678e
commit
ab694e09ee
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class IdleCommand(IdleObject):
|
|||
# if it is True, we can safetely execute the command
|
||||
self.canexecute = True
|
||||
self.idlequeue = None
|
||||
self.result = u''
|
||||
self.result = ''
|
||||
|
||||
def set_idlequeue(self, idlequeue):
|
||||
self.idlequeue = idlequeue
|
||||
|
|
Loading…
Add table
Reference in a new issue