diff --git a/abipy/flowtk/events.py b/abipy/flowtk/events.py index 444dd10a3..34eb161ac 100644 --- a/abipy/flowtk/events.py +++ b/abipy/flowtk/events.py @@ -447,7 +447,7 @@ def parse(self, filename: str, verbose: int = 0) -> EventReport: filename = os.path.abspath(filename) report = EventReport(filename) - #w = WildCard("*Error|*Warning|*Comment|*Bug|*ERROR|*WARNING|*COMMENT|*BUG") + w = WildCard("*Error|*Warning|*Comment|*Bug|*ERROR|*WARNING|*COMMENT|*BUG") #import warnings #warnings.simplefilter('ignore', yaml.error.UnsafeLoaderWarning)