Silence pep8
This commit is contained in:
parent
4b9056364d
commit
2efa014352
@ -278,7 +278,8 @@ class Lua(Program):
|
||||
options.append(("apicheck", "true"))
|
||||
|
||||
if options:
|
||||
self.version_suffix += " (" + (", ".join(opt + ": " + value for opt, value in options)) + ")"
|
||||
self.version_suffix += " (" + (", ".join(
|
||||
opt + ": " + value for opt, value in options)) + ")"
|
||||
|
||||
def set_package_paths(self):
|
||||
local_paths_first = self.major_version == "5.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user