Fix shadowing of variable in python
This commit is contained in:
@@ -111,11 +111,11 @@ def _printBriefResult(ctx, results):
|
||||
for scene in ctx.scenes:
|
||||
if scene not in stats:
|
||||
continue
|
||||
stats = stats[scene]
|
||||
scene_stats = stats[scene]
|
||||
print("{}: {}" . format(
|
||||
scene,
|
||||
util.humanReadableTimeDifference(
|
||||
stats.pipeline_render_time)))
|
||||
scene_stats.pipeline_render_time)))
|
||||
|
||||
|
||||
def main():
|
||||
|
Reference in New Issue
Block a user