mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Merge branch 'master' of gitorious.org:radicale/radicale
This commit is contained in:
commit
2add4ae801
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class Calendar(object):
|
|||
headers = headers or self.headers or (
|
||||
Header("PRODID:-//Radicale//NONSGML Radicale Server//EN"),
|
||||
Header("VERSION:2.0"))
|
||||
items = items or self.items
|
||||
items = items if items is not None else self.items
|
||||
|
||||
# Create folder if absent
|
||||
if not os.path.exists(os.path.dirname(self.path)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue