Skip to content

Commit

Permalink
merge: branch 'fix-rpextractsink'
Browse files Browse the repository at this point in the history
  • Loading branch information
tduigou committed Oct 17, 2022
2 parents da9e0d4 + d8ef826 commit 92bd36c
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 92bd36c

Please sign in to comment.