Skip to content

Commit

Permalink
Fix typo in ea4c992 (makedirs(test_ok=True))
Browse files Browse the repository at this point in the history
  • Loading branch information
senesis committed Aug 10, 2023
1 parent a645fa8 commit 900a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 900a7fe

Please sign in to comment.