Skip to content

Commit

Permalink
Fix undefined false
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarthisius committed Mar 12, 2019
1 parent 9523704 commit e745f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdbag/bdbag_ro.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def add_annotation(obj, about, uri=None, content=None, motivatedBy=None, update_
if motivatedBy:
annotation['oa:motivatedBy'] = motivatedBy

exists = false
exists = False
if update_existing:
for i, item in enumerate(annotations):
if annotation['about'] == item["about"]:
Expand Down

0 comments on commit e745f98

Please sign in to comment.