Fix pep8 errors
This commit is contained in:
parent
04a19743ed
commit
fa79e57f49
@ -1565,9 +1565,8 @@ class LuaRocks(Program):
|
||||
vs_short_version, vs_year, " Win64" if vs_arch == "x64" else "")
|
||||
|
||||
def build(self):
|
||||
lua_identifiers = self.all_identifiers.get("lua",
|
||||
self.all_identifiers.get("LuaJIT",
|
||||
self.all_identifiers.get("ravi")))
|
||||
lua_identifiers = self.all_identifiers.get("lua", self.all_identifiers.get(
|
||||
"LuaJIT", self.all_identifiers.get("ravi")))
|
||||
|
||||
if lua_identifiers is None:
|
||||
sys.exit("Error: can't install LuaRocks: Lua is not present in {}".format(opts.location))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user