kvernnn / pe

0 stars 0 forks source link

Inconsistent Error Message #7

Closed kvernnn closed 3 days ago

kvernnn commented 3 days ago

image.png

image.png

Steps:

  1. Run view -1 and view 4 where 4 is the index greater than the size of the list
  2. Expected: Both commands return the same error message as they are integers out of bounds of the list
  3. Actual: Different error messages obtained

Minor inconvenience for users due to the inconsistency.