forked from p15670423/monkey
Update log message in monkey/monkey_island/cc/environment/utils.py
Co-authored-by: Mike Salvatore <mike.s.salvatore@gmail.com>
This commit is contained in:
parent
92a71451fb
commit
5d8db4b112
|
@ -46,7 +46,6 @@ def _create_secure_directory_windows(path: str):
|
||||||
win32file.CreateDirectory(path, security_attributes)
|
win32file.CreateDirectory(path, security_attributes)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
LOG.error(
|
LOG.error(
|
||||||
f'Could not create a directory at "{path}" (maybe environmental variables could not be '
|
f'Could not create a directory at "{path}": {str(ex)}"
|
||||||
f"resolved?): {str(ex)}"
|
|
||||||
)
|
)
|
||||||
raise ex
|
raise ex
|
||||||
|
|
Loading…
Reference in New Issue