diff options
Diffstat (limited to 'tests/topotests/munet/watchlog.py')
| -rw-r--r-- | tests/topotests/munet/watchlog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/munet/watchlog.py b/tests/topotests/munet/watchlog.py index 27bc3251a6..f764f9dac3 100644 --- a/tests/topotests/munet/watchlog.py +++ b/tests/topotests/munet/watchlog.py @@ -15,6 +15,7 @@ from pathlib import Path class MatchFoundError(Exception): """An error raised when a match is not found.""" + def __init__(self, watchlog, match): self.watchlog = watchlog self.match = match |
