ScriptCollection 3.5.110__py3-none-any.whl → 3.5.111__py3-none-any.whl
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.
- ScriptCollection/Executables.py +1 -1
- ScriptCollection/ScriptCollectionCore.py +1 -1
- {scriptcollection-3.5.110.dist-info → scriptcollection-3.5.111.dist-info}/METADATA +1 -1
- {scriptcollection-3.5.110.dist-info → scriptcollection-3.5.111.dist-info}/RECORD +7 -7
- {scriptcollection-3.5.110.dist-info → scriptcollection-3.5.111.dist-info}/WHEEL +0 -0
- {scriptcollection-3.5.110.dist-info → scriptcollection-3.5.111.dist-info}/entry_points.txt +0 -0
- {scriptcollection-3.5.110.dist-info → scriptcollection-3.5.111.dist-info}/top_level.txt +0 -0
ScriptCollection/Executables.py
CHANGED
@@ -636,7 +636,7 @@ def Espoc() -> int:
|
|
636
636
|
parser.add_argument('-p', '--processid', required=True)
|
637
637
|
parser.add_argument('-f', '--file', required=True, help='Specifies the file where the process-ids of the started processes are stored (line by line). This file will be deleted when all started processes are terminated.')
|
638
638
|
args = parser.parse_args()
|
639
|
-
process_id =
|
639
|
+
process_id =int(args.processid)
|
640
640
|
process_list_file: str = args.file
|
641
641
|
if not os.path.isabs(process_list_file):
|
642
642
|
process_list_file = GeneralUtilities.resolve_relative_path(process_list_file, os.getcwd())
|
@@ -1,16 +1,16 @@
|
|
1
1
|
ScriptCollection/CertificateUpdater.py,sha256=pJopWFcwaLAEVljtC4O3SVrlpIpoJNUhT1V4mgiqLvE,8970
|
2
|
-
ScriptCollection/Executables.py,sha256=
|
2
|
+
ScriptCollection/Executables.py,sha256=0etPIuxWj8sCmlfZbAA_gfWm1SEIj6JH9guOaeAu8tM,32323
|
3
3
|
ScriptCollection/GeneralUtilities.py,sha256=VO4a7xctkjN5dcBXc32gz0x9U07DEagasjvYVKqLmdM,44173
|
4
4
|
ScriptCollection/ProcessesRunner.py,sha256=3mu4ZxzZleQo0Op6o9EYTCFiJfb6kx5ov2YfZfT89mU,1395
|
5
5
|
ScriptCollection/ProgramRunnerBase.py,sha256=2kMIAqdc65UjBAddOZkzy_aFx9h5roZ5a4bQNM6RV6Y,2480
|
6
6
|
ScriptCollection/ProgramRunnerEpew.py,sha256=4pjEd0r9Fcz3TTDv0MdTSd5KkigYXcWUVI1X43regfU,6477
|
7
7
|
ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
|
8
8
|
ScriptCollection/SCLog.py,sha256=Gw27Oclcb0ten7_89PD5CdNMoO-at2hGUOYbF-x1HPQ,2296
|
9
|
-
ScriptCollection/ScriptCollectionCore.py,sha256=
|
9
|
+
ScriptCollection/ScriptCollectionCore.py,sha256=xjnY8CpNteFAsEtMY3Xo-qIsLBRSQZVGiguGt2Nj_I4,130404
|
10
10
|
ScriptCollection/TasksForCommonProjectStructure.py,sha256=5GnI89wwy8_uJH_pZtd0zgZ1C0ReIrZeePjUIwo2sus,232910
|
11
11
|
ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
scriptcollection-3.5.
|
13
|
-
scriptcollection-3.5.
|
14
|
-
scriptcollection-3.5.
|
15
|
-
scriptcollection-3.5.
|
16
|
-
scriptcollection-3.5.
|
12
|
+
scriptcollection-3.5.111.dist-info/METADATA,sha256=-LRurzfB1ZIFSh09oKjTiDm6PynnxtKk0PGf5uodYGc,7694
|
13
|
+
scriptcollection-3.5.111.dist-info/WHEEL,sha256=GHB6lJx2juba1wDgXDNlMTyM13ckjBMKf-OnwgKOCtA,91
|
14
|
+
scriptcollection-3.5.111.dist-info/entry_points.txt,sha256=3qMbfZEMhc_VTJj-bcLwB8AWcn9iXSB3l0AWpuu52Bs,3689
|
15
|
+
scriptcollection-3.5.111.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
|
16
|
+
scriptcollection-3.5.111.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|