rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

command "list output" crashes when no output #24

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Impacted version jarvis4se version: 1.1.3

Describe the bug When asking Jarvis to list the output of a function which has no output, it crashes.

To Reproduce Execute the following commands:

%%jarvis
with test
F1 is a function
list output F1

Expected behavior Jarvis must indicate that there is no output

Screenshots None

Desktop (please complete the following information):

rcasteran commented 2 years ago

Please implement the same behavior as in #25