Skip to content

Commit

Permalink
pep
Browse files Browse the repository at this point in the history
  • Loading branch information
DKilkenny committed Sep 8, 2020
1 parent 67df559 commit 41337fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmdao/core/analysis_error.py
Expand Up @@ -25,6 +25,8 @@ def __init__(self, error, location=None, msginfo=None):
Error message.
location : None or inspect.currentframe()
inspect.currentframe of error being raised.
msginfo : str
Name of component that raise the AnalysisError.
"""
super(AnalysisError, self).__init__(error)
if location is not None:
Expand Down

0 comments on commit 41337fc

Please sign in to comment.