Startup
This commit is contained in:
@@ -313,9 +313,11 @@ def run(stop_event, statistics, parameter_queue, cam_client, pipeline_config, ou
|
||||
sender.stream.context.term()
|
||||
print ("Done")
|
||||
except:
|
||||
print ("Exception")
|
||||
traceback.print_exc()
|
||||
|
||||
|
||||
cleanup()
|
||||
_logger.debug("Exiting process. %s" % log_tag)
|
||||
print("Exiting process. %s" % log_tag)
|
||||
sys.exit(exit_code)
|
||||
|
||||
Reference in New Issue
Block a user