Skip to content

Commit

Permalink
respond to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Apr 25, 2018
1 parent a2c3f69 commit 241692f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def _copy_sources(self, dist_tgt, dist_target_dir):
shutil.copyfile(abs_src_path, src_rel_to_results_dir)

def _request_single(self, product, subject):
# This is not supposed to be exposed to Tasks yet -- see #4769 to track the
# status of exposing v2 products in v1 tasks.
return self.context._scheduler.product_request(product, [subject])[0]

# FIXME(cosmicexplorer): We should be isolating the path to just our provided
Expand Down
1 change: 0 additions & 1 deletion src/python/pants/option/global_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def register_bootstrap_options(cls, register):
'pants.backend.python',
'pants.backend.jvm',
'pants.backend.native',
'pants.backend.python',
'pants.backend.codegen.antlr.java',
'pants.backend.codegen.antlr.python',
'pants.backend.codegen.jaxb',
Expand Down

0 comments on commit 241692f

Please sign in to comment.