Flake8 fix for R templates
This commit is contained in:
parent
c9eb5f8173
commit
afff40e584
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user