Skip to content

Commit

Permalink
[Lint] - more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Feb 5, 2025
1 parent 80eb31b commit 42b2ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubeweb/core/components/samplechanger.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def mount_sample_clean_up(self, sample):
res = sc.load(sample["sampleID"], wait=True)

if (
res is not False
res
and HWR.beamline.queue_manager.centring_method
== queue_entry.CENTRING_METHOD.LOOP
and not HWR.beamline.diffractometer.in_plate_mode()
Expand Down

0 comments on commit 42b2ff4

Please sign in to comment.