Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2022-11-18 16:00:20 +00:00
commit 4893e10a7d

View file

@ -55,7 +55,7 @@ def read_rwms(path, prefix, version='2.0', names=None, **kwargs):
break
if not ls:
raise Exception('Error, directory not found')
raise Exception(f"Error, directory '{path}' not found")
if 'files' in kwargs:
ls = kwargs.get('files')
else: