Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Feb 22, 2023
1 parent 53f847a commit 1371bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caldav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import vobject.icalendar

__version__ = "1.1.2"
__version__ = "1.1.3"

from .davclient import DAVClient
from .objects import *
Expand Down
3 changes: 2 additions & 1 deletion caldav/lib/vcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ def fix(event):
else:
log = logging.debug
log(
"Ical data was modified to avoid compatibility issues. (error count: %i - this error is ratelimited)" % fixup_error_loggings,
"Ical data was modified to avoid compatibility issues. (error count: %i - this error is ratelimited)"
% fixup_error_loggings,
exc_info=True,
)
try:
Expand Down

0 comments on commit 1371bb9

Please sign in to comment.