Use " instead of ' (you can laugh at me)
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user