pilot.linkstec 0.0.15__py3-none-any.whl → 0.0.16__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.

Potentially problematic release.


This version of pilot.linkstec might be problematic. Click here for more details.

@@ -2,11 +2,12 @@ import os
2
2
  import shutil
3
3
 
4
4
  from pilot.job.job_interface import JobInterface
5
- from pilot.config.config_reader import ConfigReader
5
+ from pilot.logging.logger import get_logger
6
6
 
7
7
 
8
8
  class BaseJob(JobInterface):
9
9
  def __init__(self):
10
+ self.logger = get_logger(__name__)
10
11
  self.config_dto = None
11
12
  self._current_step = None
12
13
  self._file_path = None
@@ -15,6 +16,7 @@ class BaseJob(JobInterface):
15
16
  self._next_step_file_path = None
16
17
  self._content = None
17
18
 
19
+
18
20
  @property
19
21
  def current_step(self):
20
22
  return self._current_step
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pilot.linkstec
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: pilot of the ship, a tool for managing and deploying Python projects.
5
5
  Author-email: wanglr <wanglr1980@gmail.com>
6
6
  License-Expression: MIT
@@ -13,7 +13,7 @@ pilot/generater/vertexai.py,sha256=v-hEvPwsUtrxP57yu9f5pUBj7BGImegO4lv10QWM1XA,2
13
13
  pilot/job/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  pilot/job/job_interface.py,sha256=LL0hfuFfnKnkpQD99jv1hkaAIAFM-JJPrX3PFxN6O_A,120
15
15
  pilot/job/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- pilot/job/impl/base_job.py,sha256=rxh2WgKBf3yJ_x0aPFMGpP8aKjPiGbD4767OqseuZWg,14015
16
+ pilot/job/impl/base_job.py,sha256=iojwBJApivsCmHG9HRCJrWUwtbBc_GrCI31xac0JYtE,14053
17
17
  pilot/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  pilot/logging/logger.py,sha256=TF7eGr3w8GK5v4sf71lDt97uVoBtCgqrZuCdbMmeQBU,1815
19
19
  pilot/splitters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -24,8 +24,8 @@ pilot/unit/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  pilot/unit/impl/base_unit.py,sha256=LsFPpL28aSNv5rsZhfKv6CWhAw1XR4n-A6FOn2RBrZo,1272
25
25
  pilot/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
26
  pilot/util/files.py,sha256=v9uzfzo3Aq4xgnUIASEZeBJoA2nD9Qz_EA3P-FwzGFQ,1896
27
- pilot_linkstec-0.0.15.dist-info/licenses/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
28
- pilot_linkstec-0.0.15.dist-info/METADATA,sha256=cnelVXeTfz-4eAEBKxVqV0l9tBz2ndYw6vlPMKbZyBo,679
29
- pilot_linkstec-0.0.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
30
- pilot_linkstec-0.0.15.dist-info/top_level.txt,sha256=BijnVJdXnIPxxx3s60M848seL4Z12gNUPod6KPJxK9c,6
31
- pilot_linkstec-0.0.15.dist-info/RECORD,,
27
+ pilot_linkstec-0.0.16.dist-info/licenses/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
28
+ pilot_linkstec-0.0.16.dist-info/METADATA,sha256=QRkkrKwCv2gK_AOv1LSS-a8fnLTdAWrU-ZSROhDNk3U,679
29
+ pilot_linkstec-0.0.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
30
+ pilot_linkstec-0.0.16.dist-info/top_level.txt,sha256=BijnVJdXnIPxxx3s60M848seL4Z12gNUPod6KPJxK9c,6
31
+ pilot_linkstec-0.0.16.dist-info/RECORD,,