torizon-templates-utils 0.0.5__py3-none-any.whl → 0.0.6__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.
- torizon_templates_utils/tasks.py +4 -2
- {torizon_templates_utils-0.0.5.dist-info → torizon_templates_utils-0.0.6.dist-info}/METADATA +1 -1
- {torizon_templates_utils-0.0.5.dist-info → torizon_templates_utils-0.0.6.dist-info}/RECORD +6 -6
- {torizon_templates_utils-0.0.5.dist-info → torizon_templates_utils-0.0.6.dist-info}/LICENSE +0 -0
- {torizon_templates_utils-0.0.5.dist-info → torizon_templates_utils-0.0.6.dist-info}/WHEEL +0 -0
- {torizon_templates_utils-0.0.5.dist-info → torizon_templates_utils-0.0.6.dist-info}/top_level.txt +0 -0
torizon_templates_utils/tasks.py
CHANGED
|
@@ -873,8 +873,10 @@ 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
|
-
|
|
877
|
-
|
|
876
|
+
# FIXME: These was in the powershell implementation
|
|
877
|
+
# but when used on Python it generates weird behavior
|
|
878
|
+
# _args = self.__check_long_args(_args)
|
|
879
|
+
# _args = self.__quoting_special_chars(_args)
|
|
878
880
|
|
|
879
881
|
# if in gitlab ci env we need to replace the DOCKER_HOST
|
|
880
882
|
if self.__gitlab_ci:
|
{torizon_templates_utils-0.0.5.dist-info → torizon_templates_utils-0.0.6.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: torizon_templates_utils
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.6
|
|
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=
|
|
9
|
-
torizon_templates_utils-0.0.
|
|
10
|
-
torizon_templates_utils-0.0.
|
|
11
|
-
torizon_templates_utils-0.0.
|
|
12
|
-
torizon_templates_utils-0.0.
|
|
13
|
-
torizon_templates_utils-0.0.
|
|
8
|
+
torizon_templates_utils/tasks.py,sha256=liRqcHDIH4s3u-sWAZBD7J8sfV3eqiQVdk-4CvKIqMg,31120
|
|
9
|
+
torizon_templates_utils-0.0.6.dist-info/LICENSE,sha256=9sElQO1hY3ElhihFD_PlS5hXMIuSelsJZpIfjNpxBlQ,1099
|
|
10
|
+
torizon_templates_utils-0.0.6.dist-info/METADATA,sha256=1o6Q5mro6n6x58aXjrUlUMKcGsY99gNlsf6EtDDbY-I,968
|
|
11
|
+
torizon_templates_utils-0.0.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
12
|
+
torizon_templates_utils-0.0.6.dist-info/top_level.txt,sha256=qlOkS1ASF5C-kSfpbiWbVHJFgmQ0RN6iunmLArNt6zc,24
|
|
13
|
+
torizon_templates_utils-0.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{torizon_templates_utils-0.0.5.dist-info → torizon_templates_utils-0.0.6.dist-info}/top_level.txt
RENAMED
|
File without changes
|