Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 27, 2024
1 parent e2adb8d commit 7f7852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abipy/flowtk/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7f7852d

Please sign in to comment.