mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
change mtime test file location to collection-root
This commit is contained in:
parent
63e414850e
commit
53251231d4
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class Storage(
|
||||||
|
|
||||||
def _analyse_mtime(self):
|
def _analyse_mtime(self):
|
||||||
# calculate and display mtime resolution
|
# calculate and display mtime resolution
|
||||||
path = os.path.join(self._filesystem_folder, ".Radicale.mtime_test")
|
path = os.path.join(self._get_collection_root_folder(), ".Radicale.mtime_test")
|
||||||
logger.debug("Storage item mtime resolution test with file: %r", path)
|
logger.debug("Storage item mtime resolution test with file: %r", path)
|
||||||
try:
|
try:
|
||||||
with open(path, "w") as f:
|
with open(path, "w") as f:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue