Show More
@@ -151,7 +151,10 b' else:' | |||
|
151 | 151 | self._thread = ht |
|
152 | 152 | self.pid = pid |
|
153 | 153 | |
|
154 | winprocess.AssignProcessToJobObject(self._job, hp) | |
|
154 | try: | |
|
155 | winprocess.AssignProcessToJobObject(self._job, hp) | |
|
156 | except WindowsError: | |
|
157 | pass | |
|
155 | 158 | winprocess.ResumeThread(ht) |
|
156 | 159 | |
|
157 | 160 | if p2cread is not None: |
General Comments 0
You need to be logged in to leave comments.
Login now