pyallel 1.2.2__tar.gz → 1.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyallel-1.2.2 → pyallel-1.2.3}/PKG-INFO +1 -1
- {pyallel-1.2.2 → pyallel-1.2.3}/pyproject.toml +1 -1
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/process_group.py +1 -1
- {pyallel-1.2.2 → pyallel-1.2.3}/LICENSE +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/README.md +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/__init__.py +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/colours.py +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/constants.py +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/errors.py +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/main.py +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/parser.py +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/process.py +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/process_group_manager.py +0 -0
- {pyallel-1.2.2 → pyallel-1.2.3}/src/pyallel/py.typed +0 -0
|
@@ -264,7 +264,7 @@ class ProcessGroup:
|
|
|
264
264
|
else:
|
|
265
265
|
self.process_lines[-1] -= 2
|
|
266
266
|
|
|
267
|
-
output =
|
|
267
|
+
output = ""
|
|
268
268
|
for i, process in enumerate(self.processes, start=1):
|
|
269
269
|
process_output = ""
|
|
270
270
|
if process.poll() is not None:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|