Skip to content

Commit

Permalink
Bring test-data option name inline with planemo convention (test_data).
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 13, 2015
1 parent cfcc434 commit 834bfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def test_data_option():
return click.option(
"--test-data",
"--test_data",
type=click.Path(exists=True, file_okay=False, resolve_path=True),
help='test-data directory to for specified tool(s).'
)
Expand Down

0 comments on commit 834bfb2

Please sign in to comment.