diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2009-07-22 20:48:37 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2009-07-22 20:48:37 +0200 |
commit | 889434cd6dd78ad14bb5ff6618bd53af597ee8b6 (patch) | |
tree | 89ee909e0680b44be38c034be0bc2f0223675ef2 | |
parent | ea2ed1f80c1376a3f7f4efc18fcc8384caec1544 (diff) | |
download | pyexiv2-889434cd6dd78ad14bb5ff6618bd53af597ee8b6.tar.gz |
Removed a useless TODO.
-rw-r--r-- | src/pyexiv2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pyexiv2.py b/src/pyexiv2.py index 4ea904f..1225069 100644 --- a/src/pyexiv2.py +++ b/src/pyexiv2.py @@ -1411,7 +1411,6 @@ class ImageMetadata(object): # Warning: this is not meant to be called directly as it doesn't update # the internal cache (which would leave the object in an inconsistent # state). - # TODO if key not in self.xmp_keys: raise KeyError('Cannot set the value of an inexistent tag') if type(value) is not str: |