We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5c15b5 + 84cf7d1 commit 9fe5fb5Copy full SHA for 9fe5fb5
1 file changed
vobject/icalendar.py
@@ -80,7 +80,7 @@ def getTzid(tzid, smart=True):
80
tz = timezone(tzid)
81
registerTzid(toUnicode(tzid), tz)
82
except UnknownTimeZoneError as e:
83
- logging.error(e)
+ logging.error("Unknown Timezone: %r", e.args[0])
84
except ImportError as e:
85
logging.error(e)
86
return tz
0 commit comments