Fix pep8 errors

This commit is contained in:
Peter Melnichenko 2016-10-14 22:56:18 +03:00
parent 04a19743ed
commit fa79e57f49

View File

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