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
89d79e66
Commit
89d79e66
authored
Jul 22, 2021
by
payno
Browse files
[app][process] rename options.output_ to options.output_file
parent
d0dd9fe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
est/app/process.py
View file @
89d79e66
...
...
@@ -143,11 +143,12 @@ def main(argv):
parser
.
add_argument
(
"-o"
,
"--output"
,
dest
=
"output_"
,
dest
=
"output_
file
"
,
default
=
None
,
help
=
"Output file of the workflow. Require at most one "
"instance of XASOutputOW"
,
)
options
=
parser
.
parse_args
(
argv
[
1
:])
input_information
=
InputInformation
(
spectra_url
=
get_url
(
options
.
input_spectra
),
...
...
payno
@payno
mentioned in commit
04b410e8
·
Jul 22, 2021
mentioned in commit
04b410e8
mentioned in commit 04b410e8a2bfc310d08e79708905b7818a77d76a
Toggle commit list
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