"except: pass" - code refactor
I noted there're a lot of try/excpet:pass
statements in the main code, dataset.py
. What errors do they ignore? See also: Why is "except: pass" a bad programming practice?.
I'd suggest to refactor before release.
I noted there're a lot of try/excpet:pass
statements in the main code, dataset.py
. What errors do they ignore? See also: Why is "except: pass" a bad programming practice?.
I'd suggest to refactor before release.
assigned to @FObersteiner
changed the description
mentioned in merge request !6 (merged)
added Refactor label
closed