Skip to content
Snippets Groups Projects
Commit be299ce3 authored by Christoph Knote's avatar Christoph Knote
Browse files

Fix typo

parent 1b162383
Branches
Tags
No related merge requests found
...@@ -113,7 +113,7 @@ class DataStore1001: ...@@ -113,7 +113,7 @@ class DataStore1001:
class DataStore2110(collections.UserDict): class DataStore2110(collections.UserDict):
"""Data model for FFI1001""" """Data model for FFI2110"""
def __init__(self, ivar, ibvar, auxvars, dvars): def __init__(self, ivar, ibvar, auxvars, dvars):
self.ivarname = ivar.shortname self.ivarname = ivar.shortname
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment