BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Files are not getting saved in the .thought_box directory #45

Closed BoraxTheClean closed 3 years ago

BoraxTheClean commented 3 years ago
➜  adaptable-antelopes git:(main) ✗ git status
On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    Awesome File
    Markdown

nothing added to commit but untracked files present (use "git add" to track)
➜  adaptable-antelopes git:(main) ✗ ls .thought_box 
BoraxTheClean commented 3 years ago

New bug with this.

Cancelling in the save as dialog causes an exception:

Unhandled exception in event loop:
  File "/Users/owen/git/adaptable-antelopes/src/text/text_editor.py", line 306, in coroutine
    path = NOTES_DIR + "/" + await show_dialog_as_float(open_dialog)

Exception can only concatenate str (not "NoneType") to str