Skip to content

Commit

Permalink
Update ema_workbench/em_framework/util.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ewout ter Hoeven <[email protected]>
  • Loading branch information
quaquel and EwoutH authored Dec 15, 2023
1 parent 6149acc commit 45ba964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ema_workbench/em_framework/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def variable_name(self, name):
def __init__(self, name):
if not name.isidentifier():
DeprecationWarning(
f"'{name}' is not a valid Python identifier. In future versions of the workbench, names must be valid python identifiers"
f"'{name}' is not a valid Python identifier. Starting from version 3.0 of the EMAworkbench, names must be valid python identifiers"
)
super().__init__(name)

Expand Down

0 comments on commit 45ba964

Please sign in to comment.