Open marota opened 5 months ago
don't use "bare" except, use thinkgs like "except RuntimeError" or "except ValueError" etc. see eg https://www.30secondsofcode.org/articles/s/python-bare-except
don't use "bare" except, use thinkgs like "except RuntimeError" or "except ValueError" etc. see eg https://www.30secondsofcode.org/articles/s/python-bare-except