Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Catch specific exceptions in python scripts.
[simgrid.git] / tools / tesh / tesh.py
index c9cd570..1faee7f 100755 (executable)
@@ -410,7 +410,7 @@ if __name__ == '__main__':
 
     try:
         options = parser.parse_args()
-    except:
+    except SystemExit:
         tesh_exit(1)
 
     if options.cd is not None: