robotcode-robot 0.76.2__py3-none-any.whl → 0.77.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- robotcode/robot/__version__.py +1 -1
- robotcode/robot/diagnostics/library_doc.py +5 -5
- {robotcode_robot-0.76.2.dist-info → robotcode_robot-0.77.0.dist-info}/METADATA +2 -2
- {robotcode_robot-0.76.2.dist-info → robotcode_robot-0.77.0.dist-info}/RECORD +6 -6
- {robotcode_robot-0.76.2.dist-info → robotcode_robot-0.77.0.dist-info}/WHEEL +0 -0
- {robotcode_robot-0.76.2.dist-info → robotcode_robot-0.77.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/robot/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.77.0"
|
@@ -1618,9 +1618,9 @@ def _find_library_internal(
|
|
1618
1618
|
|
1619
1619
|
robot_variables = None
|
1620
1620
|
|
1621
|
-
|
1622
|
-
robot_variables = resolve_robot_variables(working_dir, base_dir, command_line_variables, variables)
|
1621
|
+
robot_variables = resolve_robot_variables(working_dir, base_dir, command_line_variables, variables)
|
1623
1622
|
|
1623
|
+
if contains_variable(name, "$@&%"):
|
1624
1624
|
try:
|
1625
1625
|
name = robot_variables.replace_string(name, ignore_errors=False)
|
1626
1626
|
except DataError as error:
|
@@ -2048,9 +2048,9 @@ def _find_variables_internal(
|
|
2048
2048
|
|
2049
2049
|
_update_env(working_dir)
|
2050
2050
|
|
2051
|
-
|
2052
|
-
robot_variables = resolve_robot_variables(working_dir, base_dir, command_line_variables, variables)
|
2051
|
+
robot_variables = resolve_robot_variables(working_dir, base_dir, command_line_variables, variables)
|
2053
2052
|
|
2053
|
+
if contains_variable(name, "$@&%"):
|
2054
2054
|
try:
|
2055
2055
|
name = robot_variables.replace_string(name, ignore_errors=False)
|
2056
2056
|
except DataError as error:
|
@@ -2351,8 +2351,8 @@ def find_file(
|
|
2351
2351
|
) -> str:
|
2352
2352
|
_update_env(working_dir)
|
2353
2353
|
|
2354
|
+
robot_variables = resolve_robot_variables(working_dir, base_dir, command_line_variables, variables)
|
2354
2355
|
if contains_variable(name, "$@&%"):
|
2355
|
-
robot_variables = resolve_robot_variables(working_dir, base_dir, command_line_variables, variables)
|
2356
2356
|
try:
|
2357
2357
|
name = robot_variables.replace_string(name, ignore_errors=False)
|
2358
2358
|
except DataError as error:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: robotcode-robot
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.77.0
|
4
4
|
Summary: Support classes for RobotCode for handling Robot Framework projects.
|
5
5
|
Project-URL: Homepage, https://robotcode.io
|
6
6
|
Project-URL: Donate, https://github.com/sponsors/d-biehl
|
@@ -26,7 +26,7 @@ Classifier: Topic :: Utilities
|
|
26
26
|
Classifier: Typing :: Typed
|
27
27
|
Requires-Python: >=3.8
|
28
28
|
Requires-Dist: platformdirs<4.2.0,>=3.2.0
|
29
|
-
Requires-Dist: robotcode-core==0.
|
29
|
+
Requires-Dist: robotcode-core==0.77.0
|
30
30
|
Requires-Dist: robotframework>=4.1.0
|
31
31
|
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
32
32
|
Description-Content-Type: text/markdown
|
@@ -1,5 +1,5 @@
|
|
1
1
|
robotcode/robot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
robotcode/robot/__version__.py,sha256=
|
2
|
+
robotcode/robot/__version__.py,sha256=FsVkDXIxQgpS6bGWK5nz3Q12DD7jjMcehD-qkWurVzM,23
|
3
3
|
robotcode/robot/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
4
4
|
robotcode/robot/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
robotcode/robot/config/loader.py,sha256=LpGqJAdysvVSZpccW-Il52xn9RMBBb9X94emlBY7zCc,6077
|
@@ -10,7 +10,7 @@ robotcode/robot/diagnostics/document_cache_helper.py,sha256=XLOqPl88Rbo_01pt8Zx2
|
|
10
10
|
robotcode/robot/diagnostics/entities.py,sha256=djUbkVSLmwlg9E-jvW_jw7h6yjpSl6YmTpDDzUNB0-8,11051
|
11
11
|
robotcode/robot/diagnostics/errors.py,sha256=VavgWYuHoW5sTT16j2rl9hxMhWxBKNSFsNmHWPzARQQ,1413
|
12
12
|
robotcode/robot/diagnostics/imports_manager.py,sha256=eMt3Quac1hV5zq6CO45afhUOiL4usww3YTNSyt1bZrE,56185
|
13
|
-
robotcode/robot/diagnostics/library_doc.py,sha256=
|
13
|
+
robotcode/robot/diagnostics/library_doc.py,sha256=ZhoJIscHIx0UaLWm56LEoa3oxR0uNZourZsnpvOg-Hs,97035
|
14
14
|
robotcode/robot/diagnostics/model_helper.py,sha256=3-6lZluPQaT9KstHLfV0jsRUAjTfrkUOomSXiMPKoQg,29868
|
15
15
|
robotcode/robot/diagnostics/namespace.py,sha256=EhbHHX2c-Yy_j1YBzC6PFxNVCY50E2LB3kGOT-qgDZ4,85145
|
16
16
|
robotcode/robot/diagnostics/namespace_analyzer.py,sha256=tElI2NzcCRnsvPqv7wYaV2p5E22VyqEwQQ90FOOjadI,50086
|
@@ -23,7 +23,7 @@ robotcode/robot/utils/robot_path.py,sha256=qKBh1cEnReBBLKkWu4gB9EzM-scAwE4xJc1m6
|
|
23
23
|
robotcode/robot/utils/stubs.py,sha256=6-DMI_CQVJHDgG13t-zINKGCRb_Q7MQPm0_AkfhAEvE,748
|
24
24
|
robotcode/robot/utils/variables.py,sha256=fEl8S37lb_mD4hn2MZRAlkiuLGBjAOeZVK0r2o2CfPw,742
|
25
25
|
robotcode/robot/utils/visitor.py,sha256=uYLqEhGPmzWKWI3SSrmCaYMwtKvNShvbiPZ4b3FavX8,3241
|
26
|
-
robotcode_robot-0.
|
27
|
-
robotcode_robot-0.
|
28
|
-
robotcode_robot-0.
|
29
|
-
robotcode_robot-0.
|
26
|
+
robotcode_robot-0.77.0.dist-info/METADATA,sha256=vudBXK25-SGLFHYtVstTMragTdGqAHgZsa__93tn91k,2209
|
27
|
+
robotcode_robot-0.77.0.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
|
28
|
+
robotcode_robot-0.77.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
29
|
+
robotcode_robot-0.77.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|