Fix flake8 error.

This commit is contained in:
Glenn Johnson 2016-06-07 23:40:12 -05:00
parent 2262bc95f1
commit bb19dffb26

View File

@ -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)