Drop redundant EOL escape from win_updates action
Ref: https://github.com/PyCQA/redbaron/issues/186 Ref: https://github.com/bcoca/gravity/commit/31de47ece73
This commit is contained in:
parent
62f665f0ed
commit
55d1da08b1
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class ActionModule(ActionBase):
|
|||
wrap_async, use_task):
|
||||
orig_become = self._play_context.become
|
||||
orig_become_method = self._play_context.become_method
|
||||
orig_become_user = self._play_context.become_user\
|
||||
orig_become_user = self._play_context.become_user
|
||||
|
||||
if not use_task:
|
||||
if orig_become is None or orig_become is False:
|
||||
|
|
Loading…
Reference in a new issue