Skip to content

Commit

Permalink
Update PopPUNK/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: nickjcroucher <n.croucher@imperial.ac.uk>
  • Loading branch information
johnlees and nickjcroucher committed Apr 19, 2023
1 parent 7b3367c commit 02474e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopPUNK/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def joinClusterDicts(d1, d2):
"""
matching_cols = set(d1.keys()).intersection(d2.keys())
if len(matching_cols) == 0:
sys.stderr.write("Cluster columns not compatible\n")
sys.stderr.write("Cluster columns do not match between sets being combined\n")
sys.stderr.write(f"{d1.keys()} {d2.keys()}\n")
sys.exit(1)

Expand Down

0 comments on commit 02474e3

Please sign in to comment.