aboutsummaryrefslogtreecommitdiffstats
path: root/src/pyexiv2.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyexiv2.py')
-rw-r--r--src/pyexiv2.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pyexiv2.py b/src/pyexiv2.py
index a7280e4..9f61a69 100644
--- a/src/pyexiv2.py
+++ b/src/pyexiv2.py
@@ -334,9 +334,6 @@ class Image(libpyexiv2.Image):
# call method getExifTagToString() to obtain directly the value as a
# human-readable string.
return UndefinedToString(tagValue)
- else:
- # empty type and value
- return
def setExifTagValue(self, key, value):
"""
@@ -392,9 +389,6 @@ class Image(libpyexiv2.Image):
return StringToTime(tagValue)
elif tagType == 'Undefined':
return tagValue
- else:
- # empty type and value
- return
def setIptcTagValue(self, key, value):
"""