Skip to content

Commit

Permalink
add link to pantsbuild#5950
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jun 12, 2018
1 parent 97787f5 commit e478844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/native/tasks/native_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NativeCompileRequest(datatype([
])): pass


# TODO: verify that filenames are valid fileNAMES and not deeper paths? does this matter?
# FIXME(#5950): perform all process execution in the v2 engine!g
class ObjectFiles(datatype(['root_dir', 'filenames'])):

def file_paths(self):
Expand Down

0 comments on commit e478844

Please sign in to comment.