1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

change rawlist to list because results >9

This commit is contained in:
perfectra1n
2022-01-02 14:10:46 -08:00
parent 3b8ecb7fb6
commit e96ce2b390

View File

@@ -1117,7 +1117,7 @@ class MGMHurry:
newest_file_in_directory = str(newest(hyperopt_results)).split('/')[-1]
answer = prompt(questions=[{
'type': 'rawlist',
'type': 'list',
'name': 'ho_log_file',
'message': f'Please select the HyperOpt result that you wish to export. \nThe newest HyperOpt log file is named \'{newest_file_in_directory}\': ',
'default': '',