mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 01:55:56 +01:00
Fix subgroup name in clear_h5_output.py
This commit is contained in:
parent
d30abdd20e
commit
460219fb16
@ -13,7 +13,7 @@ and to restore it to the original post-converter state.
|
||||
|
||||
filename = sys.argv[1]
|
||||
A = h5py.File(filename)
|
||||
for group in ['dft_output','user_data']:
|
||||
for group in ['dmft_output','user_data']:
|
||||
if group in A: del(A[group])
|
||||
A.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user