Skip to content

Commit

Permalink
Fix logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Nov 23, 2023
1 parent 45f719c commit 8c07a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ligand_neighbourhood_alignment/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ def _update(
# logger.info(datasets[dtag].ligand_binding_events[(dtag, chain, residue)].dtag)
# logger.info(datasets[dtag].ligand_binding_events[(dtag, chain, residue)].chain)
# logger.info(datasets[dtag].ligand_binding_events[(dtag, chain, residue)].residue) # *
if xmap_path != "None":
if (xmap_path != "None") and (xmap_path is not None):
xmap = read_xmap(xmap_path)

__align_xmap(
Expand Down

0 comments on commit 8c07a0c

Please sign in to comment.