Skip to content

Commit 3f6d056

Browse files
committed
Fix to satisfy linter
1 parent d53c1f5 commit 3f6d056

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

mxcubecore/HardwareObjects/Gphl/GphlWorkflow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,9 @@ def query_pre_strategy_params(self, choose_lattice=None):
430430
"Cannot measure flux density. Transmission estimation is disabled."
431431
)
432432
if space_group:
433-
crystal_class = crystal_symmetry.SPACEGROUP_MAP[space_group].crystal_class
433+
crystal_class = crystal_symmetry.SPACEGROUP_MAP[
434+
space_group
435+
].crystal_class
434436
info = crystal_symmetry.CRYSTAL_CLASS_MAP[crystal_class]
435437
lattice = info.bravais_lattice
436438
point_group = info.point_group

0 commit comments

Comments
 (0)