Output name now passed to crawler
This commit is contained in:
parent
c41c4a7559
commit
4a7148face
@ -189,7 +189,7 @@ class GUI():
|
|||||||
'--help': False,
|
'--help': False,
|
||||||
'--include': None,
|
'--include': None,
|
||||||
'--log': 'log.txt',
|
'--log': 'log.txt',
|
||||||
'--output': 'results.*format*',
|
'--output': '{}.{}'.format(self.values.get('output_name'), self.values.get('output_type')),
|
||||||
'--verbose': True,
|
'--verbose': True,
|
||||||
'--version': False,
|
'--version': False,
|
||||||
'<compound>': self.values.get('substance'),
|
'<compound>': self.values.get('substance'),
|
||||||
|
Reference in New Issue
Block a user