fio-plot icon indicating copy to clipboard operation
fio-plot copied to clipboard

Output Filename always generated

Open baurmatt opened this issue 3 years ago • 0 comments

https://github.com/louwrentius/fio-plot/blob/2ed57953309a63fce644d4c8d810928dc9e68809/fio_plot/fiolib/supporting.py#L402

Due to len(settings["output_filename"]) > 0, the filename gets always generated. I guess it should it len(settings["output_filename"]) == 0

baurmatt avatar Sep 27 '22 14:09 baurmatt