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,