Fix flake8 errors

This commit is contained in:
Glenn Johnson
2016-06-07 23:37:49 -05:00
parent 738720a000
commit ad0cfa41aa
13 changed files with 26 additions and 26 deletions

View File

@@ -45,5 +45,5 @@ class RJsonlite(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)