Skip to content

Commit 2c4ebf0

Browse files
committed
interface/stream_sim: verbose message separator
1 parent 2f7f185 commit 2c4ebf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lambdalib/interface/stream_sim.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ def sync_process(self):
130130
if val:
131131
print(self.strname, "\t", "[{}]".format(name))
132132

133+
if self.verbose:
134+
print(self.strname, "\t", "---")
135+
133136
if self.callback:
134137
self.callback(current)
135138

0 commit comments

Comments
 (0)