-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
You have the default notes_dir_path set to .... But (on my machine)
In [5]: os.path.isdir("...")
Out[5]: True
which is probably not what you expected here. In turn that leads to an error
Traceback (most recent call last):
File "C:\Dev\Sublime Text\Lib\python38\sublime_plugin.py", line 1654, in run_
return self.run()
File "C:\Users\honkytonk\AppData\Roaming\Sublime Text 3\Installed Packages\ProjectNotes.sublime-package\ProjectNotes.py", line 94, in run
File "./python3.8/os.py", line 223, in makedirs
FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: '...\\hulahoop'
budRich
Metadata
Metadata
Assignees
Labels
No labels