Closed TristanCacqueray closed 5 years ago
This change moves the try/except from the parser module to the main module to avoid calling exit in the utility procedures and to give the main body a chance to print an error message.
Ack.
This is very reasonable. I will post some further improvements based on this patch.
LGTM. Thanks for PR and review.
Lukas.
This change moves the try/except from the parser module to the main module to avoid calling exit in the utility procedures and to give the main body a chance to print an error message.