Skip to content

Commit

Permalink
Rename and reverse --remove-nodes CLI parameter (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW committed Jul 14, 2020
1 parent d1445d8 commit ee54d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msnpy/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def filter_mf(trees: Sequence[nx.classes.ordered.OrderedDiGraph], path_db: str,
if time_limit:
signal.alarm(0)
else:
filtered_tree = filter_mf_single_tree(G, path_db, remove)
filtered_tree = filter_mf_single_tree(G, path_db, keep_fragments)
if filtered_tree:
annotated_trees.extend(filtered_tree)
else:
Expand Down

0 comments on commit ee54d9d

Please sign in to comment.