mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 20:13:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
4893e10a7d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def read_rwms(path, prefix, version='2.0', names=None, **kwargs):
|
||||||
break
|
break
|
||||||
|
|
||||||
if not ls:
|
if not ls:
|
||||||
raise Exception('Error, directory not found')
|
raise Exception(f"Error, directory '{path}' not found")
|
||||||
if 'files' in kwargs:
|
if 'files' in kwargs:
|
||||||
ls = kwargs.get('files')
|
ls = kwargs.get('files')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue