Ugh python 2 🤦‍♂️

This commit is contained in:
Philip Sakievich 2022-10-11 22:37:57 -06:00
parent 9984c838c8
commit 0b0ffe645d

View File

@ -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