forked from p34709852/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)
|
||||
except Exception as ex:
|
||||
LOG.error(
|
||||
f'Could not create a directory at "{path}" (maybe environmental variables could not be '
|
||||
f"resolved?): {str(ex)}"
|
||||
f'Could not create a directory at "{path}": {str(ex)}"
|
||||
)
|
||||
raise ex
|
||||
|
|
Loading…
Reference in New Issue