From 829e75d11ccdfd2bbd63a4dc59fd7a52f3045f04 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Fri, 12 May 2017 17:47:13 -0300 Subject: [PATCH] Fix missing session assignment in non-gui mode --- app.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app.py b/app.py index bc2d9c2..0543bc0 100755 --- a/app.py +++ b/app.py @@ -290,6 +290,7 @@ def use_cmd_optargs(options, args): # If debug argument... if options.debug: Publisher.subscribe(print_events, Publisher.ALL_TOPICS) + session = ses.Session() session.debug = 1 # If import DICOM argument... -- libgit2 0.21.2