mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
63ad6e3adb
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ def read_rwms(path, prefix, version='2.0', names=None, **kwargs):
|
||||||
for suffix in suffixes:
|
for suffix in suffixes:
|
||||||
if truncated_entry.endswith(suffix):
|
if truncated_entry.endswith(suffix):
|
||||||
truncated_entry = truncated_entry[0:-len(suffix)]
|
truncated_entry = truncated_entry[0:-len(suffix)]
|
||||||
truncated_entry = entry.split('.')[0]
|
|
||||||
idx = truncated_entry.index('r')
|
idx = truncated_entry.index('r')
|
||||||
rep_names.append(truncated_entry[:idx] + '|' + truncated_entry[idx:])
|
rep_names.append(truncated_entry[:idx] + '|' + truncated_entry[idx:])
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue