Skip to content

Commit

Permalink
[test/lint] Fix build temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Jan 13, 2021
1 parent 6bf7e46 commit 03b2eab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/dev.py
Expand Up @@ -283,7 +283,9 @@ def OnProcessStart(self, pid):
def OnProcessEnd(self):
# type: () -> None
"""Print < and the description."""
self.f.write('< process %s\n' % pid)
#self.f.write('< process %s\n' % pid)
# TODO: Need pid and status
pass

def SetProcess(self, pid):
# type: (int) -> None
Expand Down

0 comments on commit 03b2eab

Please sign in to comment.