We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c0c54 commit 6d4627fCopy full SHA for 6d4627f
ev_replay.py
@@ -6,7 +6,7 @@
6
import argparse
7
8
EV_LOG = "ev_double.log"
9
-EV_PIPE = "emu_event"
+EV_PIPE = "/tmp/emu_event"
10
11
def gen_ev_from_log_entry(line):
12
values = line.split("|")
0 commit comments