mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fixed typo
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user