oh-my-batch 0.2.4__tar.gz → 0.2.5__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: oh-my-batch
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary:
5
5
  License: GPL
6
6
  Author: weihong.xu
@@ -189,4 +189,4 @@ def should_submit(job: dict, max_tries: int):
189
189
 
190
190
 
191
191
  def norm_path(path: str):
192
- return os.path.normpath(os.path.abspath(path))
192
+ return os.path.normpath(path)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "oh-my-batch"
3
- version = "0.2.4"
3
+ version = "0.2.5"
4
4
  description = ""
5
5
  authors = ["weihong.xu <xuweihong.cn@gmail.com>"]
6
6
  license = "GPL"
File without changes
File without changes