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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyallel
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: Run and handle the output of multiple executables in pyallel (as in parallel)
5
5
  Home-page: https://github.com/Danthewaann/pyallel
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyallel"
3
- version = "1.2.2"
3
+ version = "1.2.3"
4
4
  description = "Run and handle the output of multiple executables in pyallel (as in parallel)"
5
5
  authors = ["Daniel Black <danielcrblack@gmail.com>"]
6
6
  license = "MIT"
@@ -264,7 +264,7 @@ class ProcessGroup:
264
264
  else:
265
265
  self.process_lines[-1] -= 2
266
266
 
267
- output = f"lines = {constants.LINES()}, process_lines = {self.process_lines}\n"
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