Skip to content

Commit

Permalink
Update run.py dynamic_args/black test
Browse files Browse the repository at this point in the history
  • Loading branch information
arunthurai authored Oct 11, 2023
1 parent 7089b1b commit 0b7ecb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion labelmerge/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
def get_parser():
"""Exposes parser for sphinx doc generation, cwd is the docs dir"""
app = SnakeBidsApp("../labelmerge", skip_parse_args=True)
add_dynamic_args(app.parser, app.config["parse_args"], app.config["pybids_inputs"])
add_dynamic_args(
app.parser, app.config["parse_args"], app.config["pybids_inputs"]
)
return app.parser


Expand Down

0 comments on commit 0b7ecb5

Please sign in to comment.