Archived
1
0

Updated docopt argument call from gui to include -v

This commit is contained in:
Harmen Prins 2014-06-18 10:20:27 +02:00
parent 5fbbb26c00
commit d6f5ed741a

View File

@ -177,7 +177,7 @@ class GUI():
'--include': None, '--include': None,
'--log': 'log.txt', '--log': 'log.txt',
'--output': '{}.{}'.format(self.values.get('output_name'), self.values.get('output_type')), '--output': '{}.{}'.format(self.values.get('output_name'), self.values.get('output_type')),
'--verbose': True, '-v': self.values.get('logging'),
'--version': False, '--version': False,
'<compound>': self.values.get('substance'), '<compound>': self.values.get('substance'),
'list': False, 'list': False,