Flake8 fix for R templates

This commit is contained in:
Adam J. Stewart 2016-06-15 10:50:43 -05:00
parent c9eb5f8173
commit afff40e584

View File

@ -169,8 +169,8 @@ def __call__(self, stage):
'R': """\
# FIXME: Add logic to build and install here.
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),""" +
" self.stage.source_path)""",
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
self.stage.source_path)""",
'unknown': """\
# FIXME: Unknown build system