We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbda3a commit 8855b02Copy full SHA for 8855b02
1 file changed
thonnycontrib/quecpython/fw/proc.py
@@ -116,7 +116,7 @@ def progress_rate(self):
116
if rv:
117
yield rv
118
119
- def parser(self, line):
+ def parse(self, line):
120
raise NotImplementedError
121
122
@@ -151,6 +151,7 @@ def parse(self, line):
151
self.log_string = line
152
return self.log_string, self.progress
153
154
+
155
class _200AExecutor(BaseExecutor):
156
157
def __init__(self, cmd, cwd, **extra):
0 commit comments