mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Use " instead of ' (you can laugh at me)
This commit is contained in:
parent
36918232c0
commit
7bfc17a51d
6 changed files with 24 additions and 25 deletions
|
@ -110,7 +110,7 @@ class Collection(ical.Collection):
|
|||
yield properties
|
||||
# On exit
|
||||
self._create_dirs()
|
||||
with open(self._props_path, 'w') as prop_file:
|
||||
with open(self._props_path, "w") as prop_file:
|
||||
json.dump(properties, prop_file)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue