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
ift
D2O
Commits
955da71f
Commit
955da71f
authored
May 26, 2016
by
theos
Browse files
Bugfix: d2o_config now loads info from disk when init is complete.
parent
ccfc3df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
d2o/config/d2o_config.py
View file @
955da71f
...
...
@@ -47,3 +47,8 @@ variable_default_comm = keepers.Variable(
configuration
[
'mpi_module'
]],
z
))
configuration
.
register
(
variable_default_comm
)
try
:
configuration
.
load
()
except
:
pass
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