Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brsynth/rptools
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Nov 16, 2022
2 parents 557cdfc + 92bd36c commit c4c662b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rptools/rpextractsink/Args.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def add_arguments(parser: ArgumentParser) -> ArgumentParser:
'--compartment_id',
type=str,
default=default_comp,
help=(f'SBML compartment id from which to extract '
'the chemical species (default: {default_comp})')
help=(f"SBML compartment id from which to extract "
f"the chemical species (default: {default_comp})")
)
parser.add_argument(
'--remove_dead_end',
Expand Down

0 comments on commit c4c662b

Please sign in to comment.