Skip to content

Commit

Permalink
Fix hotstart_file @Property method
Browse files Browse the repository at this point in the history
  • Loading branch information
eytanadler committed Apr 22, 2024
1 parent b172b21 commit 03bd416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmdao/drivers/pyoptsparse_driver.py
Expand Up @@ -306,7 +306,7 @@ def hotstart_file(self):
"""
warn_deprecation("The 'hotstart_file' attribute is deprecated. "
"Use the 'hotstart_file' option instead.")
return self.options['hist_file']
return self.options['hotstart_file']

@hotstart_file.setter
def hotstart_file(self, file_name):
Expand Down

0 comments on commit 03bd416

Please sign in to comment.