pilot.linkstec 0.0.31__py3-none-any.whl → 0.0.32__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.
- pilot/job/impl/base_job.py +1 -1
- {pilot_linkstec-0.0.31.dist-info → pilot_linkstec-0.0.32.dist-info}/METADATA +1 -1
- {pilot_linkstec-0.0.31.dist-info → pilot_linkstec-0.0.32.dist-info}/RECORD +6 -6
- {pilot_linkstec-0.0.31.dist-info → pilot_linkstec-0.0.32.dist-info}/WHEEL +0 -0
- {pilot_linkstec-0.0.31.dist-info → pilot_linkstec-0.0.32.dist-info}/licenses/LICENSE +0 -0
- {pilot_linkstec-0.0.31.dist-info → pilot_linkstec-0.0.32.dist-info}/top_level.txt +0 -0
pilot/job/impl/base_job.py
CHANGED
|
@@ -263,7 +263,7 @@ class BaseJob(JobInterface):
|
|
|
263
263
|
return self.config_dto.work_space
|
|
264
264
|
|
|
265
265
|
def copy_file_and_todo_trg_to_next_step(self, result_file):
|
|
266
|
-
self.create_current_step_end_trg_file_from_input(result_file)
|
|
266
|
+
#self.create_current_step_end_trg_file_from_input(result_file)
|
|
267
267
|
next_step_file = self.copy_input_file_to_next_step(result_file)
|
|
268
268
|
self.create_next_step_todo_trg_file_from_input(next_step_file)
|
|
269
269
|
|
|
@@ -14,7 +14,7 @@ pilot/generater/vertexai.py,sha256=SOFfl0qCuLhfjeIoSU7Tk-I7ZB6ZrOyGme2rXDYCGzk,2
|
|
|
14
14
|
pilot/job/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
15
|
pilot/job/job_interface.py,sha256=EKtuj0IcdolP494aAgTtctgamyQIoFXVwRORwOQck7A,124
|
|
16
16
|
pilot/job/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
pilot/job/impl/base_job.py,sha256=
|
|
17
|
+
pilot/job/impl/base_job.py,sha256=7jxh4wREvlhFruCHA0VTnBrcg1f1sleMYo5gcvK8hdg,14642
|
|
18
18
|
pilot/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
pilot/logging/logger.py,sha256=TF7eGr3w8GK5v4sf71lDt97uVoBtCgqrZuCdbMmeQBU,1815
|
|
20
20
|
pilot/processor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -28,8 +28,8 @@ pilot/unit/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
28
28
|
pilot/unit/impl/base_unit.py,sha256=LsFPpL28aSNv5rsZhfKv6CWhAw1XR4n-A6FOn2RBrZo,1272
|
|
29
29
|
pilot/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
30
|
pilot/util/files.py,sha256=v9uzfzo3Aq4xgnUIASEZeBJoA2nD9Qz_EA3P-FwzGFQ,1896
|
|
31
|
-
pilot_linkstec-0.0.
|
|
32
|
-
pilot_linkstec-0.0.
|
|
33
|
-
pilot_linkstec-0.0.
|
|
34
|
-
pilot_linkstec-0.0.
|
|
35
|
-
pilot_linkstec-0.0.
|
|
31
|
+
pilot_linkstec-0.0.32.dist-info/licenses/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
|
|
32
|
+
pilot_linkstec-0.0.32.dist-info/METADATA,sha256=dHTACuOxbvL9PpWbl0Vop7xqoFdAtNXvAiiKPQVPo8w,679
|
|
33
|
+
pilot_linkstec-0.0.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
34
|
+
pilot_linkstec-0.0.32.dist-info/top_level.txt,sha256=BijnVJdXnIPxxx3s60M848seL4Z12gNUPod6KPJxK9c,6
|
|
35
|
+
pilot_linkstec-0.0.32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|