Flake8
This commit is contained in:
parent
7b9b18f03c
commit
631cbdbda8
1 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,6 @@ def configure(self, spec, arch):
|
||||||
for var in config:
|
for var in config:
|
||||||
makefile.write('{0}\n'.format(var))
|
makefile.write('{0}\n'.format(var))
|
||||||
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
arch = '{0}-{1}'.format(platform.system(), platform.processor())
|
arch = '{0}-{1}'.format(platform.system(), platform.processor())
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue