Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[lgtm] Fix unreachable statement.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 19 Jul 2021 21:12:51 +0000 (23:12 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 19 Jul 2021 21:12:51 +0000 (23:12 +0200)
tools/tesh/tesh.py

index a51dac8..2552c71 100755 (executable)
@@ -674,5 +674,4 @@ if __name__ == '__main__':
             print("Test suite from stdin OK")
         else:
             print("Test suite `" + f.filename + "' OK")
-    else:
-        tesh_exit(return_code)
+    tesh_exit(return_code)