mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-06 20:10:56 +00:00
Adds git support to Radicale (Fix #30)
This commit is contained in:
parent
6e98b1b3e8
commit
97a19405c4
2 changed files with 28 additions and 7 deletions
|
@ -546,7 +546,7 @@ class Application(object):
|
|||
xmlutils.put(environ["PATH_INFO"], content, collection)
|
||||
status = client.CREATED
|
||||
# Try to return the etag in the header.
|
||||
# If the added item does't have the same name as the one given
|
||||
# If the added item doesn't have the same name as the one given
|
||||
# by the client, then there's no obvious way to generate an
|
||||
# etag, we can safely ignore it.
|
||||
new_item = collection.get_item(item_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue