Skip to content

Commit

Permalink
Temp fix for P11 specific routine
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Gruzinov committed Nov 8, 2023
1 parent b2f3c7c commit 2fd8ad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mxcubecore/HardwareObjects/DESY/P11Collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,9 @@ def add_h5_info(self, h5file):
except RuntimeWarning as err_msg:
self.log.debug("Error while adding info to HDF5 file (%s)" % str(err_msg))
self.log.debug(traceback.format_exc())
except Exception as err_msg:
self.log.debug("Error while adding info to HDF5 file (%s)" % str(err_msg))
self.log.debug(traceback.format_exc())

def get_filter_thickness(self):
"""
Expand Down

0 comments on commit 2fd8ad5

Please sign in to comment.