Ugh python 2 🤦♂️
This commit is contained in:
parent
9984c838c8
commit
0b0ffe645d
@ -67,7 +67,8 @@
|
||||
|
||||
# ensure that this base directory exists since we require the root directory to be created
|
||||
# in our checks
|
||||
os.makedirs(default_env_path, exist_ok = True)
|
||||
if not os.path.isdir(default_env_path):
|
||||
os.mkdir(default_env_path)
|
||||
|
||||
|
||||
#: Name of the input yaml file for an environment
|
||||
|
Loading…
Reference in New Issue
Block a user