torizon-templates-utils 1.1.2__tar.gz → 1.1.4__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.
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/PKG-INFO +1 -1
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/pyproject.toml +1 -1
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils.egg-info/PKG-INFO +1 -1
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/README.md +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/setup.cfg +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/__init__.py +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/animations.py +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/args.py +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/colors.py +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/debug.py +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/errors.py +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/network.py +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/tasks.py +3 -3
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils.egg-info/SOURCES.txt +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils.egg-info/dependency_links.txt +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils.egg-info/requires.txt +0 -0
- {torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: torizon_templates_utils
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: Package with utilities for Torizon Templates scripts
|
|
5
5
|
Author-email: Matheus Castello <matheus.castello@toradex.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/torizon/vscode-torizon-templates
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: torizon_templates_utils
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: Package with utilities for Torizon Templates scripts
|
|
5
5
|
Author-email: Matheus Castello <matheus.castello@toradex.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/torizon/vscode-torizon-templates
|
|
File without changes
|
|
File without changes
|
{torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/args.py
RENAMED
|
File without changes
|
{torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/colors.py
RENAMED
|
File without changes
|
{torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/debug.py
RENAMED
|
File without changes
|
{torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/errors.py
RENAMED
|
File without changes
|
{torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/network.py
RENAMED
|
File without changes
|
{torizon_templates_utils-1.1.2 → torizon_templates_utils-1.1.4}/torizon_templates_utils/tasks.py
RENAMED
|
@@ -868,9 +868,9 @@ class TaskRunner:
|
|
|
868
868
|
|
|
869
869
|
if _env_value:
|
|
870
870
|
expvalue = [_env_value]
|
|
871
|
+
expvalue = self.__check_input_boxes(expvalue)
|
|
871
872
|
expvalue = self.__check_cmd_args(expvalue)
|
|
872
873
|
expvalue = self.__check_workspace_folder(expvalue)
|
|
873
|
-
expvalue = self.__check_input_boxes(expvalue)
|
|
874
874
|
expvalue = self.__check_torizon_inputs(expvalue)
|
|
875
875
|
expvalue = self.__check_docker_inputs(expvalue)
|
|
876
876
|
expvalue = self.__check_tcb_inputs(expvalue)
|
|
@@ -931,9 +931,9 @@ class TaskRunner:
|
|
|
931
931
|
_cmd = _task.command
|
|
932
932
|
|
|
933
933
|
# the cmd itself can use the mechanism to replace stuff
|
|
934
|
+
_cmd = self.__check_input_boxes([_cmd])[0]
|
|
934
935
|
_cmd = self.__check_cmd_args([_cmd])[0]
|
|
935
936
|
_cmd = self.__check_workspace_folder([_cmd])[0]
|
|
936
|
-
_cmd = self.__check_input_boxes([_cmd])[0]
|
|
937
937
|
_cmd = self.__check_torizon_inputs([_cmd])[0]
|
|
938
938
|
_cmd = self.__check_docker_inputs([_cmd])[0]
|
|
939
939
|
_cmd = self.__check_tcb_inputs([_cmd])[0]
|
|
@@ -961,9 +961,9 @@ class TaskRunner:
|
|
|
961
961
|
# FIXME: The scape args was in the powershell implementation
|
|
962
962
|
# but when used on Python it generates weird behavior
|
|
963
963
|
# _args = self.__scape_args(_args)
|
|
964
|
+
_args = self.__check_input_boxes(_args)
|
|
964
965
|
_args = self.__check_cmd_args(_args)
|
|
965
966
|
_args = self.__check_workspace_folder(_args)
|
|
966
|
-
_args = self.__check_input_boxes(_args)
|
|
967
967
|
_args = self.__check_torizon_inputs(_args)
|
|
968
968
|
_args = self.__check_docker_inputs(_args)
|
|
969
969
|
_args = self.__check_tcb_inputs(_args)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|