From ba3261111f851b79ad0af71e189716cfee0db142 Mon Sep 17 00:00:00 2001 From: Marcin Usielski Date: Wed, 7 Aug 2024 11:07:52 +0000 Subject: [PATCH] fix event doc --- moler/events/unix/wait4prompts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moler/events/unix/wait4prompts.py b/moler/events/unix/wait4prompts.py index 642a95206..9251f4f84 100644 --- a/moler/events/unix/wait4prompts.py +++ b/moler/events/unix/wait4prompts.py @@ -104,6 +104,7 @@ def _compile_prompts_patterns(self, prompts): EVENT_RESULT = [ { "line": "host:~ #", + "matched": "host:~ #", "prompt_regex": "host:.*#", "state": "UNIX_LOCAL", "time": datetime.datetime(2019, 8, 22, 12, 42, 38, 278418), @@ -128,6 +129,7 @@ def _compile_prompts_patterns(self, prompts): EVENT_RESULT_compiled = [ { "line": "host:~ #", + "matched": "host:~ #", "prompt_regex": "host:.*#", "state": "UNIX_LOCAL", "time": datetime.datetime(2019, 8, 22, 12, 42, 38, 278418),