Closed louwrentius closed 4 years ago
Traceback (most recent call last):
File "./fio_plot", line 141, in <module>
main()
File "./fio_plot", line 105, in main
if settings['type'][0] not in ['iops', 'lat']:
TypeError: 'NoneType' object is not subscriptable
When the -r parameter is not supplied:
Traceback (most recent call last):
File "./fio_plot", line 151, in <module>
main()
File "./fio_plot", line 135, in main
list_of_json_files = jsonimport.list_json_files(settings)
File "/Users/nan03/projects/fio-plot/fio_plot/fiolib/jsonimport.py", line 15, in list_json_files
if item.startswith(settings['rw']):
TypeError: startswith first arg must be str or a tuple of str, not NoneType
If the -t parameter is not supplied:
Traceback (most recent call last):
File "./fio_plot", line 151, in <module>
main()
File "./fio_plot", line 115, in main
if settings['type'][0] not in ['iops', 'lat']: