Skip to content

Commit

Permalink
lib.xmp.pyexiv2_backend: add bug title.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Mar 25, 2024
1 parent 46eecef commit 489a17c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xmp/pyexiv2_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def _get_versions():

def xmp_register_namespace(prefix, uri):
# work-around for <https://bugs.debian.org/662878>
# ("pyexiv2.xmp.register_namespace() requires URI ending with /")
class fool_pyexiv2(str):
def endswith(self, suffix, *args, **kwargs):
return True
Expand Down

0 comments on commit 489a17c

Please sign in to comment.