removed unreachable code (#2157) (#2170)

* removed unreachable code

* added changelog fragment

(cherry picked from commit b81a7cdd16)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-04-05 09:50:16 +02:00
committed by GitHub
parent 996ef6ab49
commit a14b525bdc
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():