change mtime test file location to collection-root
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user