Skip to content

Commit

Permalink
small formatting error in argparser
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyleung521 committed Jun 18, 2024
1 parent c5f957b commit 6f10cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lpath/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class InvalidArgumentError(Exception):
Custom Error for cases when invalid arguments are inputted.
"""

def __init__(self, message="Invalid Argument."):
self.message = message
super().__init__(self.message)
Expand Down

0 comments on commit 6f10cd4

Please sign in to comment.