mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
typo
This commit is contained in:
parent
0aa2ce19f5
commit
daf691bf43
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from ..io.readfile import readfile
|
|||
|
||||
def read_metadata(dirpath_dataset):
|
||||
if os.path.isfile(dirpath_dataset):
|
||||
filepath_metadata = os.path.join(os.path.dirname(dirpath_dataset), "metadata.jsonl")
|
||||
filepath_metadata = os.path.join(os.path.dirname(dirpath_dataset), "metadata.json")
|
||||
else:
|
||||
filepath_metadata = os.path.join(dirpath_dataset, "metadata.json")
|
||||
|
||||
|
|
Loading…
Reference in a new issue