1
Fork 0

Fixed read_swash class

This commit is contained in:
Edgar P. Burkhart 2022-03-04 10:22:38 +01:00
parent 868e34777e
commit ddc6526882
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class ReadSwash:
self._n_t = None
self._t = None
self._x = None
self._data = None
self._data = {}
@classmethod
def read_nohead(cls, path):