nextmv 0.26.2.dev0__tar.gz → 0.26.3__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.
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/PKG-INFO +1 -1
- nextmv-0.26.3/nextmv/__about__.py +1 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/run.py +7 -1
- nextmv-0.26.2.dev0/nextmv/__about__.py +0 -1
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/.gitignore +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/LICENSE +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/README.md +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/__entrypoint__.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/__init__.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/base_model.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/__init__.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/acceptance_test.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/account.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/application.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/batch_experiment.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/client.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/input_set.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/instance.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/manifest.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/package.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/safe.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/scenario.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/secrets.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/status.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/cloud/version.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/deprecated.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/input.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/logger.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/model.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/options.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/nextmv/output.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/pyproject.toml +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/requirements.txt +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/__init__.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/__init__.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/app.yaml +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/test_application.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/test_client.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/test_manifest.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/test_package.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/test_run.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/test_safe_name_id.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/cloud/test_scenario.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/__init__.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/options1.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/options2.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/options3.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/options4.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/options5.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/options6.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/options7.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/scripts/options_deprecated.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_base_model.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_entrypoint/__init__.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_entrypoint/test_entrypoint.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_input.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_logger.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_model.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_options.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_output.py +0 -0
- {nextmv-0.26.2.dev0 → nextmv-0.26.3}/tests/test_version.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "v0.26.3"
|
|
@@ -331,4 +331,10 @@ class TrackedRun:
|
|
|
331
331
|
if self.logs is None:
|
|
332
332
|
return ""
|
|
333
333
|
|
|
334
|
-
|
|
334
|
+
if isinstance(self.logs, str):
|
|
335
|
+
return self.logs
|
|
336
|
+
|
|
337
|
+
if isinstance(self.logs, list):
|
|
338
|
+
return "\n".join(self.logs)
|
|
339
|
+
|
|
340
|
+
raise TypeError("Logs must be a string or a list of strings.")
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "v0.26.2.dev0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|