Skip to content

Commit

Permalink
pep besty
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen authored and richardjgowers committed Nov 20, 2023
1 parent 498838a commit 532f988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gufe/visualization/mapping_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def _draw_molecules(

# get molecule name labels
labels = [m.GetProp("ofe-name") if(m.HasProp("ofe-name"))
else "" for m in mols]
else "" for m in mols]

# squash to 2D
copies = [Chem.Mol(mol) for mol in mols]
Expand Down

0 comments on commit 532f988

Please sign in to comment.