Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Mar 8, 2018
1 parent 7d76e70 commit f22dfca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def _copy_sources(self, dist_tgt, dist_target_dir):
src_relative_to_target_base)
shutil.copyfile(abs_src_path, src_rel_to_results_dir)

# FIXME: remove as much of the environment manipulation as possible and
# replace with other modifications to the setup.py invocation (e.g. cli args!)
@contextmanager
def _sandboxed_setuppy(self):
sanitized_env = os.environ.copy()
Expand Down

0 comments on commit f22dfca

Please sign in to comment.