Skip to content

Commit

Permalink
docs(parser): Add exception information to parse method
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans committed Jan 12, 2023
1 parent 781911f commit ba3ec12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions varst/utils/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def parse(self, argv: Optional[Sequence[str]]) -> None:
Args:
argv: Arguments vector
Raises:
ValueError: If the substitutions are not passed
"""
args = self._parser.parse_args(argv)
Expand Down

0 comments on commit ba3ec12

Please # to comment.