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
pyiron
Potentials Workshop 2021
Commits
22fd29a2
Unverified
Commit
22fd29a2
authored
Mar 09, 2021
by
Jan Janssen
Committed by
GitHub
Mar 09, 2021
Browse files
Update pyironconfig.py
parent
e838db4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci_support/pyironconfig.py
View file @
22fd29a2
...
...
@@ -10,7 +10,9 @@ def main():
with
open
(
pyiron_config
,
'w'
)
as
f
:
f
.
writelines
([
'[DEFAULT]
\n
'
,
'TOP_LEVEL_DIRS = '
+
top_level_path
+
'
\n
'
,
'RESOURCE_PATHS = '
+
resource_path
+
'
\n
'
])
'RESOURCE_PATHS = '
+
resource_path
+
'
\n
'
,
'DATABASE_FILE = '
+
resource_path
+
'/pyiron.db
\n
'
,
])
else
:
print
(
'config exists'
)
...
...
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