Skip to content

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jun 28, 2023
1 parent 45dd477 commit 2ff551e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climetlab/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _normalize_expver(expver):

def _normalize_expver_as_tuple(expver):
if isinstance(expver, (int, str)):
exver = _normalize_expver(expver)
expver = _normalize_expver(expver)
expver = (expver,)
lst = []
for x in expver:
Expand Down

0 comments on commit 2ff551e

Please sign in to comment.