Skip to content

Commit 8855b02

Browse files
committed
fix parse bug
1 parent cdbda3a commit 8855b02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

thonnycontrib/quecpython/fw/proc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def progress_rate(self):
116116
if rv:
117117
yield rv
118118

119-
def parser(self, line):
119+
def parse(self, line):
120120
raise NotImplementedError
121121

122122

@@ -151,6 +151,7 @@ def parse(self, line):
151151
self.log_string = line
152152
return self.log_string, self.progress
153153

154+
154155
class _200AExecutor(BaseExecutor):
155156

156157
def __init__(self, cmd, cwd, **extra):

0 commit comments

Comments
 (0)