Skip to content

Commit

Permalink
object
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Sep 21, 2024
1 parent 2842e03 commit c8d7745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archetypal/eplus_interface/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, version):
version = version.replace("-", ".")
super(EnergyPlusVersion, self).__init__(version)
if self.dash not in self.valid_versions:
raise InvalidEnergyPlusVersion
raise InvalidEnergyPlusVersion()

@classmethod
def latest(cls):
Expand Down

0 comments on commit c8d7745

Please sign in to comment.