Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkrak committed May 16, 2024
1 parent aa1a5e7 commit a173973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/get_ticket_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
break

if item_id == None:
print("Error occurred in get_ticket.py: item_id == None, provided JSON[project_items]: ", project_items)
print("Error occurred in get_ticket.py: item_id == None, provided JSON[items]: ", project_items)
sys.exit(1)
else:
print(item_id)

0 comments on commit a173973

Please sign in to comment.