Skip to content

Commit

Permalink
Pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Dec 2, 2023
1 parent a6a9912 commit 946ae7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animation_workbench/core/render_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def finalize_task(self, file_name: str):
Finalizes a task -- called for both successful and non-successful tasks
"""
if file_name in self.active_tasks:
del self.active_tasks[file_name]
del self.active_tasks[file_name]
self.total_completed += 1

if self.frames_per_feature:
Expand Down

0 comments on commit 946ae7f

Please sign in to comment.