Flake8 fix for R templates
This commit is contained in:
parent
c9eb5f8173
commit
afff40e584
@ -169,8 +169,8 @@ def __call__(self, stage):
|
|||||||
|
|
||||||
'R': """\
|
'R': """\
|
||||||
# FIXME: Add logic to build and install here.
|
# FIXME: Add logic to build and install here.
|
||||||
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),""" +
|
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
|
||||||
" self.stage.source_path)""",
|
self.stage.source_path)""",
|
||||||
|
|
||||||
'unknown': """\
|
'unknown': """\
|
||||||
# FIXME: Unknown build system
|
# FIXME: Unknown build system
|
||||||
|
Loading…
Reference in New Issue
Block a user