ulif/diceware

Handle `raise` as keyword

ulif opened this issue · 0 comments

ulif commented

flake8 revealed that we still use Python 2.7 code regarding raising exceptions. Culprit is in random_sources.py, where raise is used as a function, not as a keyword in line 141.