removed unreachable code (#2157)

* removed unreachable code

* added changelog fragment
This commit is contained in:
Alexei Znamensky
2021-04-05 19:22:28 +12:00
committed by GitHub
parent b97e31dd55
commit b81a7cdd16
4 changed files with 4 additions and 21 deletions

View File

@@ -162,7 +162,6 @@ def waitForTaskDone(client, name, taskId, timeout):
currentTimeout -= 5
if currentTimeout < 0:
return False
return True
def main():