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
workflow
ewoksapps
est
Commits
04b410e8
Commit
04b410e8
authored
Jul 22, 2021
by
payno
Browse files
fix
89d79e66
parent
e7f78d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
est/app/process.py
View file @
04b410e8
...
...
@@ -174,10 +174,10 @@ def main(argv):
graph
=
ows_to_ewoks
(
filename
=
options
.
workflow_file
)
varinfo
=
{
"
xas_obj"
:
xas_obj
.
to_dict
(),
"
input_information"
:
input_information
.
to_dict
(),
}
if
options
.
output_file
:
varinfo
[
"output
dir
"
]
=
options
.
output_file
varinfo
[
"output
_file
"
]
=
options
.
output_file
graph
.
execute
(
varinfo
=
varinfo
)
...
...
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