Skip to content

Commit

Permalink
add in label field fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralVerity committed Oct 5, 2020
1 parent 8fb7e98 commit 7982719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civet/scripts/make_tree_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def display_name(tree, tree_name, tree_dir, full_taxon_dict, query_dict, custom_
if name in query_dict.keys():
for label_element in custom_tip_fields:
if count == 0:
display_name = taxon_obj.attribute_dict[label_element]
display_name = name
else:
display_name = display_name + "|" + taxon_obj.attribute_dict[label_element]
count += 1
Expand Down

0 comments on commit 7982719

Please sign in to comment.