Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Gruzinov committed Feb 27, 2024
1 parent f99b368 commit dafc144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mxcubecore/HardwareObjects/DESY/P11AlbulaView.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# along with MXCuBE. If not, see <http://www.gnu.org/licenses/>.

from mxcubecore.BaseHardwareObjects import HardwareObject

__copyright__ = """ Copyright © 2010 - 2024 by MXCuBE Collaboration """
__license__ = "LGPLv3+"

Expand Down
2 changes: 1 addition & 1 deletion mxcubecore/HardwareObjects/DESY/P11EigerDetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def prepare_common(self, exptime, filepath):
self.eiger_dev.write_attribute("TriggerStartDelay", 0.003)

if filepath.startswith("/gpfs"):
filepath = filepath[len("/gpfs"):]
filepath = filepath[len("/gpfs") :]

self.writer_dev.write_attribute("NamePattern", filepath)

Expand Down

0 comments on commit dafc144

Please sign in to comment.