torizon-templates-utils 0.0.5__py3-none-any.whl → 0.0.7__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.
@@ -786,8 +786,8 @@ class TaskRunner:
786
786
  exp_value_str = " ".join(expvalue)
787
787
 
788
788
  if self.__debug:
789
- print(f"Env: {env}={_env_value}")
790
- print(f"Parsed Env: {env}={exp_value_str}")
789
+ print(f"Env: {env}={_env_value}", color=Color.YELLOW)
790
+ print(f"Parsed Env: {env}={exp_value_str}", color=Color.YELLOW)
791
791
 
792
792
  return exp_value_str
793
793
 
@@ -873,8 +873,11 @@ class TaskRunner:
873
873
  _args = self.__check_input(_args)
874
874
  _args = self.__check_vscode_env(_args)
875
875
  _args = self.__check_config(_args)
876
- _args = self.__check_long_args(_args)
877
- _args = self.__quoting_special_chars(_args)
876
+ _args = self.__check_workspace_folder(_args)
877
+ # FIXME: These was in the powershell implementation
878
+ # but when used on Python it generates weird behavior
879
+ # _args = self.__check_long_args(_args)
880
+ # _args = self.__quoting_special_chars(_args)
878
881
 
879
882
  # if in gitlab ci env we need to replace the DOCKER_HOST
880
883
  if self.__gitlab_ci:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: torizon_templates_utils
3
- Version: 0.0.5
3
+ Version: 0.0.7
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,9 +5,9 @@ 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=rvQjWPkwmOQE56vFywq1yQiiRcl-AL7LRVlpyoYDXvc,1214
7
7
  torizon_templates_utils/network.py,sha256=-Bj0GEFNf6Zx5hCqTzCpk4HnxuJIvOqS1_P6vrTPowc,1290
8
- torizon_templates_utils/tasks.py,sha256=rWakrJSUYIW5iKv_gslKDwoE2DxZYAPeg8iQ29VQxRY,30981
9
- torizon_templates_utils-0.0.5.dist-info/LICENSE,sha256=9sElQO1hY3ElhihFD_PlS5hXMIuSelsJZpIfjNpxBlQ,1099
10
- torizon_templates_utils-0.0.5.dist-info/METADATA,sha256=P4ywbCfVVBcioabEqisPX11FX8uxHNs3Yr3nz5T5Ftw,968
11
- torizon_templates_utils-0.0.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
12
- torizon_templates_utils-0.0.5.dist-info/top_level.txt,sha256=qlOkS1ASF5C-kSfpbiWbVHJFgmQ0RN6iunmLArNt6zc,24
13
- torizon_templates_utils-0.0.5.dist-info/RECORD,,
8
+ torizon_templates_utils/tasks.py,sha256=qBszFzfR1umUWgkZvSB_hrORTS2yuByX__ImMWDtkho,31213
9
+ torizon_templates_utils-0.0.7.dist-info/LICENSE,sha256=9sElQO1hY3ElhihFD_PlS5hXMIuSelsJZpIfjNpxBlQ,1099
10
+ torizon_templates_utils-0.0.7.dist-info/METADATA,sha256=FFwNtaqD5vjbPBc-SP1wDF51AK0k65V9zzfThdMfDVc,968
11
+ torizon_templates_utils-0.0.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
12
+ torizon_templates_utils-0.0.7.dist-info/top_level.txt,sha256=qlOkS1ASF5C-kSfpbiWbVHJFgmQ0RN6iunmLArNt6zc,24
13
+ torizon_templates_utils-0.0.7.dist-info/RECORD,,