torizon-templates-utils 1.1.2__py3-none-any.whl → 1.1.4__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.
@@ -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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: torizon_templates_utils
3
- Version: 1.1.2
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
@@ -5,8 +5,8 @@ torizon_templates_utils/colors.py,sha256=Y1FZ0HtKvXfLGYTDclsXubtZCQ-epuch5Dgk1DJ
5
5
  torizon_templates_utils/debug.py,sha256=OfdKSdN1kypuJnV_WcPa9bvonjyDvXvA3QTmc1iKyjw,556
6
6
  torizon_templates_utils/errors.py,sha256=Wkk0AeCx0KQW-Qlu_5A6GYaGUkaJU79Mok8lZuZKHjM,1425
7
7
  torizon_templates_utils/network.py,sha256=SFZivQumv-pVL0vglYCW3JS6WWCUG8asoMdgljeJZ24,1703
8
- torizon_templates_utils/tasks.py,sha256=nUaivwvFnmpRvqr7rV2Vmrckui_sSoIYpzxSvKOw4rs,36168
9
- torizon_templates_utils-1.1.2.dist-info/METADATA,sha256=e_mk5maT1VjJC74qQMSuEI_a_ymAhZjyzJQUxXFuK3w,976
10
- torizon_templates_utils-1.1.2.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
11
- torizon_templates_utils-1.1.2.dist-info/top_level.txt,sha256=qlOkS1ASF5C-kSfpbiWbVHJFgmQ0RN6iunmLArNt6zc,24
12
- torizon_templates_utils-1.1.2.dist-info/RECORD,,
8
+ torizon_templates_utils/tasks.py,sha256=NmUrSbhQSXw4LQo-FaGY3XpccuavMwvpwx2rjoGdJbE,36168
9
+ torizon_templates_utils-1.1.4.dist-info/METADATA,sha256=FI0tSYEXAg36p9JYeWPa7vS88kBRlPrVJ1jYthd_86g,976
10
+ torizon_templates_utils-1.1.4.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
11
+ torizon_templates_utils-1.1.4.dist-info/top_level.txt,sha256=qlOkS1ASF5C-kSfpbiWbVHJFgmQ0RN6iunmLArNt6zc,24
12
+ torizon_templates_utils-1.1.4.dist-info/RECORD,,