correct message

This commit is contained in:
Martin Diehl 2019-09-27 17:52:01 -07:00
parent 5ba6b6c244
commit 970d172160
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class DADF5():
f[k]
path.append(k)
except KeyError as e:
print('unable to locate constituents dataset: '+ str(e))
print('unable to locate {} dataset: {}'.format(o,str(e)))
return path