pilot.linkstec 0.0.111__py3-none-any.whl → 0.0.112__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.
@@ -371,6 +371,8 @@ class BaseJob(JobInterface):
371
371
 
372
372
  def change_extension_pathlib(self,file_path: str, new_ext: str) -> str:
373
373
  p = Path(file_path)
374
+ if not new_ext.startswith('.'):
375
+ new_ext = '.' + new_ext
374
376
  new_path = p.with_suffix(new_ext) # 例: ".csv"
375
377
  p.rename(new_path)
376
378
  return str(new_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pilot.linkstec
3
- Version: 0.0.111
3
+ Version: 0.0.112
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
@@ -66,7 +66,7 @@ pilot/job/base/program/cobol/convert/spitPreDigit.py,sha256=uGmIKOSaxNmPkzy45i0w
66
66
  pilot/job/base/program/java/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
67
67
  pilot/job/base/program/java/generateDetailDesignPrompt.py,sha256=JcXxRQeJPpFNhli1nWOOxh8ZTdp_IN3-OoFQahHprjs,5651
68
68
  pilot/job/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
- pilot/job/impl/base_job.py,sha256=cCPr0q7GLEDYOvVyXA1HT7MXpLW8evX4x9NyHcmyAuw,15312
69
+ pilot/job/impl/base_job.py,sha256=I2kC-Alc9Xjdwo2kJJJFpwr6tvfhCCUEynXdGtZsLM8,15390
70
70
  pilot/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
71
71
  pilot/logging/logger.py,sha256=TF7eGr3w8GK5v4sf71lDt97uVoBtCgqrZuCdbMmeQBU,1815
72
72
  pilot/prompt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -78,8 +78,8 @@ pilot/unit/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
78
78
  pilot/unit/impl/base_unit.py,sha256=h6PMtd4ja0wa6mttFeI7rsv92yy96UgfLIU0QSs6Dmk,2108
79
79
  pilot/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
80
  pilot/util/files.py,sha256=v9uzfzo3Aq4xgnUIASEZeBJoA2nD9Qz_EA3P-FwzGFQ,1896
81
- pilot_linkstec-0.0.111.dist-info/licenses/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
82
- pilot_linkstec-0.0.111.dist-info/METADATA,sha256=QohDGlAmDFL7TNQHBBLi7Wa5M-4VU56GVzoYTxAvxgY,680
83
- pilot_linkstec-0.0.111.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
84
- pilot_linkstec-0.0.111.dist-info/top_level.txt,sha256=BijnVJdXnIPxxx3s60M848seL4Z12gNUPod6KPJxK9c,6
85
- pilot_linkstec-0.0.111.dist-info/RECORD,,
81
+ pilot_linkstec-0.0.112.dist-info/licenses/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
82
+ pilot_linkstec-0.0.112.dist-info/METADATA,sha256=QI22KjOIFuTNf6OuaONtKouzBMUvX9OlN-inIrf9XJY,680
83
+ pilot_linkstec-0.0.112.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
84
+ pilot_linkstec-0.0.112.dist-info/top_level.txt,sha256=BijnVJdXnIPxxx3s60M848seL4Z12gNUPod6KPJxK9c,6
85
+ pilot_linkstec-0.0.112.dist-info/RECORD,,