Skip to content

Commit

Permalink
Change max_edit_dist to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Spelchak committed Feb 15, 2018
1 parent a00a77c commit a2bf469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/dynamic_tool_destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
The largest the edit distance can be for a word to be considered
A correction for another word.
"""
max_edit_dist = 3
max_edit_dist = 2


class MalformedYMLException(Exception):
Expand Down

0 comments on commit a2bf469

Please sign in to comment.