Use proper method
This commit is contained in:
@@ -128,7 +128,7 @@ def main():
|
|||||||
config[k] = set(v)
|
config[k] = set(v)
|
||||||
else:
|
else:
|
||||||
config[k] = v
|
config[k] = v
|
||||||
if config.has_key("skip") and config["skip"]:
|
if "skip" in config and config["skip"]:
|
||||||
continue
|
continue
|
||||||
# export blend file
|
# export blend file
|
||||||
print("---------")
|
print("---------")
|
||||||
|
|||||||
Reference in New Issue
Block a user