Skip to content

Commit

Permalink
ignore 'attr' property ; potential fix for egegunes#38
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Willner committed Mar 1, 2022
1 parent a0a307a commit 139fb8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redmine/journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def get_details(self):
prefix = "Attachment"
elif detail["property"] == "cf":
continue
elif detail["property"] == "attr":
continue
else:
raise KeyError(e)

Expand Down

0 comments on commit 139fb8d

Please sign in to comment.