Actual end to eoc5

This commit is contained in:
Grant Sanderson
2017-03-15 15:41:08 -07:00
parent c8bb0e8e86
commit dc24f0eaf4
2 changed files with 20 additions and 2 deletions

View File

@ -94,7 +94,6 @@ def get_configuration(sys_argv):
return config
def handle_scene(scene, **config):
print config["output_name"]
output_name = config["output_name"] or str(scene)
if config["quiet"]:
curr_stdout = sys.stdout