mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
removed unreachable code (#2157)
* removed unreachable code * added changelog fragment
This commit is contained in:
parent
b97e31dd55
commit
b81a7cdd16
4 changed files with 4 additions and 21 deletions
|
@ -162,7 +162,6 @@ def waitForTaskDone(client, name, taskId, timeout):
|
|||
currentTimeout -= 5
|
||||
if currentTimeout < 0:
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue