How to Quietly Parse a File #278
Unanswered
ThePerfectComputer
asked this question in
Q&A
Replies: 1 comment
-
You need to set some flags in the Message_Handler: miss_hit/miss_hit_core/errors.py Lines 236 to 238 in f01fbf9 Mainly set show_style to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, running
parser.parse_file()
will print out style issues. How can I get the parser to run quietly except if there is an error?Beta Was this translation helpful? Give feedback.
All reactions