We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e3eb14 + 6f80c4e commit 461834aCopy full SHA for 461834a
radicale/sharing/csv.py
@@ -40,6 +40,8 @@ def init_database(self) -> bool:
40
sharing_db_file = os.path.join(folder_db, "sharing.csv")
41
logger.info("sharing database filename not provided, use default: %r", sharing_db_file)
42
else:
43
+ sharing_db_file = os.path.abspath(sharing_db_file)
44
+ folder_db = os.path.dirname(sharing_db_file)
45
logger.info("sharing database filename: %r", sharing_db_file)
46
47
if not os.path.exists(folder_db):
0 commit comments