Closed GregoireUhlrich closed 2 years ago
Added explicit exception names in except clauses in:
except
commands/show.py
IndexError
session.py
TokenError
cryptography
Relates to issue #7
Added explicit exception names in
except
clauses in:commands/show.py
when the directory is empty (IndexError
)session.py
when the password to start a session is invalid (TokenError
in thecryptography
package)