Skip to content

Commit

Permalink
Updating exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jun 17, 2024
1 parent 89cc2db commit c67f2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ def weight_window_checkpoints(self, weight_window_checkpoints: dict):

@property
def max_splits(self):
raise AttributeError('max_splits has been replaced by max_history_splits')
raise AttributeError('max_splits has been deprecated. Please use max_history_splits instead')

@property
def max_history_splits(self) -> int:
Expand Down

0 comments on commit c67f2e4

Please sign in to comment.