Fix flake8 errors
This commit is contained in:
@@ -41,5 +41,5 @@ class RGit2r(Package):
|
||||
depends_on('openssl')
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user