Closed tallforasmurf closed 7 years ago
in assembler1.py around 695, could the bytes(encoding='ASCII') cause an exception? Or have we already eliminated non-ascii string characters?. Maybe needs a try/except?
This is not a problem, the expression is evaluated inside a try/except and the error properly reported
in assembler1.py around 695, could the bytes(encoding='ASCII') cause an exception? Or have we already eliminated non-ascii string characters?. Maybe needs a try/except?