[skip ci] silence annoying warnings

This commit is contained in:
Martin Diehl 2019-12-11 19:43:23 +01:00
parent a0a99c526b
commit 1d7010778e
1 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@ class DADF5():
f[k]
path.append(k)
except KeyError as e:
print('unable to locate geometry dataset: {}'.format(str(e)))
pass
for o,p in zip(['constituents','materialpoints'],['con_physics','mat_physics']):
for oo in self.iter_visible(o):
for pp in self.iter_visible(p):
@ -369,7 +369,7 @@ class DADF5():
f[k]
path.append(k)
except KeyError as e:
print('unable to locate {} dataset: {}'.format(o,str(e)))
pass
return path