Skip to content

Commit e641fd3

Browse files
committed
Fix a warning
1 parent 6383f4f commit e641fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reportportal_client/steps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def start_nested_step(
9898
"""
9999
parent_id = self.client.current_item()
100100
if not parent_id:
101-
return
101+
return None
102102
return self.client.start_test_item(
103103
name, start_time, "step", has_stats=False, parameters=parameters, parent_item_id=parent_id
104104
)

0 commit comments

Comments
 (0)