We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6802a commit 23f64caCopy full SHA for 23f64ca
tools/modm_tools/openocd.py
@@ -67,7 +67,7 @@ def stop(self):
67
os.kill(self.process.pid, signal.CTRL_BREAK_EVENT)
68
else:
69
os.killpg(os.getpgid(self.process.pid), signal.SIGTERM)
70
- os.waitpid(os.getpgid(self.process.pid), 0)
+ os.waitpid(os.getpgid(self.process.pid), 0)
71
self.process = None
72
73
0 commit comments