You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
Env: cygwin-x86_64
Have a project test with no stored files. Starting from directory ~/viper. There is a file ~/viper/foo.bar
> open -f foo.bar
> note -l Act: [!] The command notes raised an exception: Traceback (most recent call last): File "~/viper/viper/core/ui/console.py", line 170, in start self.cmd.commands[root]['obj'](*args) File "~/viper/viper/core/ui/commands.py", line 276, in cmd_notes notes = Database().find(key='sha256', value=__sessions__.current.file.sha256)[0].note IndexError: list index out of range Exp: a warning message.
The text was updated successfully, but these errors were encountered:
Env: cygwin-x86_64
Have a project
test
with no stored files. Starting from directory~/viper
. There is a file~/viper/foo.bar
> open -f foo.bar
> note -l
Act:
[!] The command notes raised an exception: Traceback (most recent call last): File "~/viper/viper/core/ui/console.py", line 170, in start self.cmd.commands[root]['obj'](*args) File "~/viper/viper/core/ui/commands.py", line 276, in cmd_notes notes = Database().find(key='sha256', value=__sessions__.current.file.sha256)[0].note IndexError: list index out of range
Exp: a warning message.
The text was updated successfully, but these errors were encountered: