chore: don't use e if not used

This commit is contained in:
Matthias
2024-11-24 10:36:31 +01:00
parent 6e1c4c2efd
commit b30c1523e3

View File

@@ -91,7 +91,7 @@ class HDF5DataHandler(IDataHandler):
) )
pairdata = pairdata.reset_index(drop=True) pairdata = pairdata.reset_index(drop=True)
return pairdata return pairdata
except ValueError as e: except ValueError:
raise raise
except Exception as e: except Exception as e:
logger.exception( logger.exception(