Skip to content
Snippets Groups Projects
Commit 8f2e6bce authored by Carsten Hinz's avatar Carsten Hinz
Browse files

fixed typo

parent 2710fdb1
Branches
Tags
2 merge requests!11Creation of first beta release version,!3fixed typo in standard name
...@@ -103,7 +103,7 @@ class TOARVariable: ...@@ -103,7 +103,7 @@ class TOARVariable:
if var.name==name: if var.name==name:
return var return var
else: else:
raise ValueError(f"TOAR Database contains no variable {name}" raise ValueError(f"TOAR Database contains no variable {name}")
@property @property
def toar_id(self): def toar_id(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment