Fix flake8 error.
This commit is contained in:
parent
2262bc95f1
commit
bb19dffb26
@ -37,5 +37,5 @@ class RPackrat(Package):
|
||||
extends('R')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user