Skip to content

Commit

Permalink
fix event doc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Aug 7, 2024
1 parent 71078cb commit ba32611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moler/events/unix/wait4prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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),
Expand Down

0 comments on commit ba32611

Please sign in to comment.