Use proper method
This commit is contained in:
@@ -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("---------")
|
||||
|
||||
Reference in New Issue
Block a user