1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Use vobject

This commit is contained in:
Guillaume Ayoub 2016-04-10 01:36:45 +02:00
parent b495bfa59f
commit 73d39ea572
3 changed files with 42 additions and 54 deletions

View file

@ -140,7 +140,6 @@ class Collection(ical.Collection):
ical.Timezone, ical.Event, ical.Todo, ical.Journal, ical.Card)
for name, component in self._parse(text, item_types).items():
if not is_safe_filesystem_path_component(name):
# TODO: Timezones with slashes can't be saved
log.LOGGER.debug(
"Can't tranlate name safely to filesystem, "
"skipping component: %s", name)