gigantum
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: gigantum | ||
| Version: 1.1.1 | ||
| Version: 1.1.2 | ||
| Summary: CLI for the Gigantum Platform | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/gigantum/gigantum-cli |
| # Gigantum CLI Version | ||
| __version__ = "1.1.1" | ||
| __version__ = "1.1.2" |
@@ -286,5 +286,5 @@ import sys | ||
| # Make sure volumes have mounted properly, by checking for the log file for up to 60 seconds | ||
| # Make sure volumes have mounted properly, by checking for the log file for up to timeout seconds | ||
| success = False | ||
| for _ in range(60): | ||
| for _ in range(timeout): | ||
| if os.path.exists(os.path.join(working_dir, '.labmanager', 'logs', 'labmanager.log')): | ||
@@ -291,0 +291,0 @@ success = True |
@@ -85,4 +85,8 @@ # Copyright (c) 2017 FlashX, LLC | ||
| # If driver has a build version, strip it because we don't match on that. | ||
| parts = driver_version.split('.') | ||
| driver_version = f"{parts[0]}.{parts[1]}" | ||
| except FileNotFoundError: | ||
| pass | ||
| return driver_version |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: gigantum | ||
| Version: 1.1.1 | ||
| Version: 1.1.2 | ||
| Summary: CLI for the Gigantum Platform | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/gigantum/gigantum-cli |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
83310
0.25%960
0.31%