Fix whitespace, make flake8 happ{y,ier}.

This commit is contained in:
George Hartzell 2016-07-25 14:20:06 -04:00
parent bfcec69630
commit 6f332c7e4c

View File

@ -42,4 +42,4 @@ def unpack(self):
def install(self, spec, prefix):
mkdirp(prefix.bin)
install("nextflow", join_path(prefix.bin, "nextflow"))
set_executable( join_path(prefix.bin, "nextflow"))
set_executable(join_path(prefix.bin, "nextflow"))