Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 committed Oct 7, 2024
1 parent 4042075 commit 384492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abr-testing/abr_testing/data_collection/abr_robot_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def get_run_error_info_from_robot(
try:
parent_key = project_key + "-" + robot.split("ABR")[1]
except IndexError:
parent_key = None
parent_key = ""

# Grab all previous issues
all_issues = ticket.issues_on_board(project_key)
Expand Down

0 comments on commit 384492d

Please sign in to comment.