We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9aa654 commit 49ea705Copy full SHA for 49ea705
1 file changed
imgparse/xmp_tags.py
@@ -3,9 +3,9 @@
3
4
class XMPTags:
5
"""
6
- Generic tags defaulting to an empty string.
+ Generic tags defaulting to an empty string or a common default.
7
8
- If a sensor isn't supported for a given tag, the empty string will cause a KeyError
+ If a sensor isn't supported for a given tag, the empty string or common default will cause a KeyError
9
to be thrown, the same as if a valid tag wasn't found.
10
11
0 commit comments