mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Improves logging messages
This commit is contained in:
@@ -216,7 +216,7 @@ class Cryptographer:
|
|||||||
return key
|
return key
|
||||||
|
|
||||||
except FileNotFoundError:
|
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
|
return None
|
||||||
|
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user