fixed typo
This commit is contained in:
parent
18b062760c
commit
441ccd3a58
1 changed files with 1 additions and 1 deletions
|
@ -201,4 +201,4 @@ def daemonize(module, cmd):
|
|||
break
|
||||
return_data += b(data)
|
||||
|
||||
return pickle.loads(to_text(return-data, errors=errors))
|
||||
return pickle.loads(to_text(return_data, errors=errors))
|
||||
|
|
Loading…
Reference in a new issue