Skip to content

Commit

Permalink
debug: span timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
dpacheconr committed Nov 14, 2023
1 parent 5a3adcb commit 1deebc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def parse_attributes(obj,att_to_drop):
# print("Unable to parse GHA_ATTRIBUTES_DROP, check your configuration")

for attribute in obj:
print(attribute)
attribute_name = str(attribute).lower()
if attribute_name not in attributes_to_drop:
if do_parse(obj[attribute]):
Expand Down

0 comments on commit 1deebc7

Please sign in to comment.