Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Append out_file.path to args instead of out_file (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-parsons authored and laurentlb committed Jul 3, 2019
1 parent c00655f commit dc7260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stardoc/stardoc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _stardoc_impl(ctx):
stardoc = ctx.executable.stardoc

if ctx.attr.format == "proto":
stardoc_args.add("--output=" + out_file)
stardoc_args.add("--output=" + out_file.path)
ctx.actions.run(
outputs = [out_file],
inputs = input_files,
Expand Down

0 comments on commit dc7260a

Please sign in to comment.