pipen-cli-gbatch 0.1.1__py3-none-any.whl → 0.1.2__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 pipen-cli-gbatch might be problematic. Click here for more details.
- pipen_cli_gbatch/__init__.py +5 -1
- {pipen_cli_gbatch-0.1.1.dist-info → pipen_cli_gbatch-0.1.2.dist-info}/METADATA +1 -1
- pipen_cli_gbatch-0.1.2.dist-info/RECORD +6 -0
- pipen_cli_gbatch-0.1.1.dist-info/RECORD +0 -6
- {pipen_cli_gbatch-0.1.1.dist-info → pipen_cli_gbatch-0.1.2.dist-info}/WHEEL +0 -0
- {pipen_cli_gbatch-0.1.1.dist-info → pipen_cli_gbatch-0.1.2.dist-info}/entry_points.txt +0 -0
pipen_cli_gbatch/__init__.py
CHANGED
|
@@ -79,7 +79,7 @@ from pipen.cli import CLIPlugin
|
|
|
79
79
|
from pipen.scheduler import GbatchScheduler
|
|
80
80
|
from pipen_poplog import LogsPopulator
|
|
81
81
|
|
|
82
|
-
__version__ = "0.1.
|
|
82
|
+
__version__ = "0.1.2"
|
|
83
83
|
__all__ = ("CliGbatchPlugin", "CliGbatchDaemon")
|
|
84
84
|
MOUNTED_CWD = "/mnt/disks/.cwd"
|
|
85
85
|
|
|
@@ -200,6 +200,10 @@ class CliGbatchDaemon:
|
|
|
200
200
|
target: The target mount path inside the container.
|
|
201
201
|
"""
|
|
202
202
|
mount = self.config.get("mount", [])
|
|
203
|
+
if not isinstance(mount, (list, tuple, set)):
|
|
204
|
+
mount = [mount]
|
|
205
|
+
else:
|
|
206
|
+
mount = list(mount)
|
|
203
207
|
# mount the workdir
|
|
204
208
|
mount.append(f"{source}:{target}")
|
|
205
209
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
pipen_cli_gbatch/__init__.py,sha256=ubJcMPSaCBqYB8oirsVZ9ML5nfB2OOkkSu5TLVnDfTQ,32826
|
|
2
|
+
pipen_cli_gbatch/daemon_args.toml,sha256=XrCDwTaJ7xPgGLtZev4qikjrZWqixdE8tqSsFnIvmjc,7381
|
|
3
|
+
pipen_cli_gbatch-0.1.2.dist-info/METADATA,sha256=vIp0W23BlYCi7ghS-SX-OdpBIMdXDRDXD3GmfHA-IM0,11301
|
|
4
|
+
pipen_cli_gbatch-0.1.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
5
|
+
pipen_cli_gbatch-0.1.2.dist-info/entry_points.txt,sha256=Z9NLeCpRo-rb8wss5mB5TBcG-_RbdlPA49b8Ma5pvQA,57
|
|
6
|
+
pipen_cli_gbatch-0.1.2.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
pipen_cli_gbatch/__init__.py,sha256=_8YcTVxCzFRfD-mf9bXP4tplcEhMkFFlOuVkla-jFas,32698
|
|
2
|
-
pipen_cli_gbatch/daemon_args.toml,sha256=XrCDwTaJ7xPgGLtZev4qikjrZWqixdE8tqSsFnIvmjc,7381
|
|
3
|
-
pipen_cli_gbatch-0.1.1.dist-info/METADATA,sha256=kvLiPVSXeqLJeNvFuR2TS_o-lQw9uoSjNBfYLcg_MoI,11301
|
|
4
|
-
pipen_cli_gbatch-0.1.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
5
|
-
pipen_cli_gbatch-0.1.1.dist-info/entry_points.txt,sha256=Z9NLeCpRo-rb8wss5mB5TBcG-_RbdlPA49b8Ma5pvQA,57
|
|
6
|
-
pipen_cli_gbatch-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|