##// END OF EJS Templates
dont' swallow sys.exit
Matthias Bussonnier -
Show More
@@ -280,7 +280,7 b' class BaseIPythonApplication(Application):'
280 else:
280 else:
281 msg = self.log.debug
281 msg = self.log.debug
282 msg("Config file not found, skipping: %s", config_file_name)
282 msg("Config file not found, skipping: %s", config_file_name)
283 except:
283 except Exception:
284 # For testing purposes.
284 # For testing purposes.
285 if not suppress_errors:
285 if not suppress_errors:
286 raise
286 raise
General Comments 0
You need to be logged in to leave comments. Login now