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
tomotools
Nabu
Commits
5bde4189
Commit
5bde4189
authored
May 07, 2021
by
payno
Browse files
[resources][processconfig] fix typo from
6667e1b4
parent
2b1da7fc
Pipeline
#46432
passed with stage
in 5 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/resources/processconfig.py
View file @
5bde4189
...
...
@@ -585,7 +585,6 @@ class ProcessConfig:
# special case of the "save_steps process"
filedump_nabu_config
[
"pipeline"
][
"save_steps"
]
=
self
.
nabu_config
[
"pipeline"
][
"save_steps"
]
filedump_nabu_config
[
section
]
=
self
.
nabu_config
[
section
]
diff
=
compare_dicts
(
filedump_nabu_config
,
self
.
nabu_config
)
if
diff
is
not
None
:
msg
=
"Nabu configuration in file %s differ from the current one: %s"
%
(
process_file
,
diff
)
...
...
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