Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jdurrant
autogrow3
Commits
b9d35048
Commit
b9d35048
authored
Aug 13, 2018
by
jspiegel
Browse files
fix os error
parent
3aa22d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
autogrow/support/autoclickchem/autoclickchem.py
View file @
b9d35048
...
...
@@ -5662,7 +5662,7 @@ class AutoClickChem:
"""Initialize an AutoClickChem object."""
# always check to see if intermediate directory exists. If not, make it and populate it with files.
if
not
os
.
path
.
exists
(
"./intermediates"
):
if
os
.
path
.
exists
(
"./intermediates"
)
==
False
:
os
.
mkdir
(
"./intermediates"
)
self
.
__make_intermediates
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment