Use proper method

This commit is contained in:
Segey Lapin
2019-10-17 12:46:39 +03:00
parent e61d0dc44b
commit 93a4254cee

View File

@@ -128,7 +128,7 @@ def main():
config[k] = set(v)
else:
config[k] = v
if config.has_key("skip") and config["skip"]:
if "skip" in config and config["skip"]:
continue
# export blend file
print("---------")