Skip to content
Snippets Groups Projects
Commit 0faf788e authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix

parent 70e36ad0
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,9 @@ clusters = ''
prev = ''
for m,i in sorted(counts.items()):
#print m
# print m
split = m.split('/')
#print split
# print split
if len(split) > 1:
a = split[0]
b = split[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment