Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
b57e7934
Commit
b57e7934
authored
Jan 15, 2019
by
Simon Spannagel
Browse files
ModuleManager: update path of histogram file
parent
04d5a4e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/module/ModuleManager.cpp
View file @
b57e7934
...
...
@@ -112,6 +112,9 @@ void ModuleManager::load_modules() {
}
m_histogramFile
->
cd
();
// Update the histogram file path:
global_config
.
set
(
"histogram_file"
,
path
);
LOG
(
DEBUG
)
<<
"Start loading modules, have "
<<
configs
.
size
()
<<
" configurations."
;
// Loop through all non-global configurations
for
(
auto
&
config
:
configs
)
{
...
...
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