We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb0156 commit b7cd614Copy full SHA for b7cd614
1 file changed
reportportal_client/helpers/common_helpers.py
@@ -260,7 +260,6 @@ def verify_value_length(attributes: list[dict]) -> Optional[list[dict]]:
260
:param attributes: List of attributes(tags)
261
:return: List of attributes with corrected value length
262
"""
263
-
264
result = []
265
for pair in attributes:
266
if not isinstance(pair, dict):
0 commit comments