Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

The default notes_dir_path seems wrong #1

Description

@kaste

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions