mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Improves logging messages
This commit is contained in:
@@ -216,7 +216,7 @@ class Cryptographer:
|
||||
return key
|
||||
|
||||
except FileNotFoundError:
|
||||
logger.error("Key file not found. Please check your settings")
|
||||
logger.error("Key file not found at {}. Please check your settings".format(file_path))
|
||||
return None
|
||||
|
||||
except IOError as e:
|
||||
|
||||
Reference in New Issue
Block a user