update path again

This commit is contained in:
Andreas Zweili 2020-11-11 19:51:55 +01:00
parent 0014b59460
commit ba5f5a9b7b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def _clean_title(raw_title):
def _build_path(title):
ressources_folder = "~/03_documents/resources/articles/"
ressources_folder = "~/03_documents/obsidian/articles/"
base_filename = _clean_title(title)
short_path = os.path.join(ressources_folder, base_filename + ".md")
return os.path.expanduser(short_path)