Archived
1
0

Output name now passed to crawler

This commit is contained in:
Harmen Prins 2014-06-17 14:24:24 +02:00
parent c41c4a7559
commit 4a7148face

View File

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