scamacho23 / liszt

Save snippets of information quickly through the command line

Home Page:https://liszt.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add note issue

ebatelaan opened this issue · comments

I tried to add a note and then change that note, but it gave me this error:

Traceback (most recent call last):
  File "/usr/local/Homebrew/Library/Taps/scamacho23/homebrew-quicknote/main.py", line 128, in <module>
    main()	
  File "/usr/local/Homebrew/Library/Taps/scamacho23/homebrew-quicknote/main.py", line 117, in main
    ff.change_note(args[1:], quicknote_cache) 
  File "/usr/local/Homebrew/Library/Taps/scamacho23/homebrew-quicknote/filefunc.py", line 95, in change_note
    cache_info[0] = name
IndexError: list assignment index out of range

Fixed.