Output name now passed to crawler
This commit is contained in:
parent
c41c4a7559
commit
4a7148face
@ -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'),
|
||||
|
Reference in New Issue
Block a user