You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See commit: 994cffc.
new behavior is for hsload to fail on an error unless the --ignore flag is used.
This is in the aggregate branch - will close issue once merged with master.
hsload
currently prints console messages when data loading fails (e.g., request entity too large):h5pyd/h5pyd/_apps/utillib.py
Line 532 in aa60cf5
To make errors easier to detect, it would be helpful for
hsload
to exit with a non-zero exit code such as by callingsys.exit(1)
after L532 above.The text was updated successfully, but these errors were encountered: