From d6f5ed741a5f19e2c7c5905f980343c7e5acc33f Mon Sep 17 00:00:00 2001 From: Harmen Prins Date: Wed, 18 Jun 2014 10:20:27 +0200 Subject: [PATCH] Updated docopt argument call from gui to include -v --- GUI/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/gui.py b/GUI/gui.py index fcbb967..ef1b698 100644 --- a/GUI/gui.py +++ b/GUI/gui.py @@ -177,7 +177,7 @@ class GUI(): '--include': None, '--log': 'log.txt', '--output': '{}.{}'.format(self.values.get('output_name'), self.values.get('output_type')), - '--verbose': True, + '-v': self.values.get('logging'), '--version': False, '': self.values.get('substance'), 'list': False,