Skip to content

Commit

Permalink
Fix another test bug introduced in 99ee51a.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Nov 29, 2015
1 parent 4e1377c commit 94097c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/galaxy_test/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _handle_test_output_file(ctx, report_type, test_data, kwds):

try:
contents = build_report.build_report(
report_type, report_type=report_type
test_data, report_type=report_type
)
except Exception:
message = "Problem producing report file %s for %s" % (
Expand Down

0 comments on commit 94097c7

Please sign in to comment.