From 900a7fed5162aa95802ca33787a9dbc248221570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20S=C3=A9n=C3=A9si?= Date: Thu, 10 Aug 2023 16:30:28 +0200 Subject: [PATCH] Fix typo in ea4c992 (makedirs(test_ok=True)) --- env/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/environment.py b/env/environment.py index 3bb41a58..b0c01c98 100644 --- a/env/environment.py +++ b/env/environment.py @@ -127,7 +127,7 @@ def my_which(soft): if os.path.isfile(tmpdir): os.remove(tmpdir) # Account for the case where concurrent jobs execute this line almost simultaneously - os.makedirs(tmpdir, exist_OK=True) + os.makedirs(tmpdir, exist_ok=True) # Check dependencies try: