Closed kfuku52 closed 1 year ago
@Hego-CCTB Around line 108, you seem to have tried to catch FileNotFoundError raised by get_newest_intermediate_file_extension()
, but it's redundant. If there is something to do with the error, we should do that in the function that raises the error, rather than trying to catch it later. I moved the codes around line 108 in run_quant()
to get_newest_intermediate_file_extension()
.
@Hego-CCTB I'll fix this.