Skip to content

Commit

Permalink
remove creating_task.console_output, which doesn't appear to be defin…
Browse files Browse the repository at this point in the history
…ed in current context.
  • Loading branch information
probably-not-porter committed Jun 20, 2024
1 parent 2b30f1a commit 3995fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/Hard_Recovery_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def process_task(creating_task):
creating_task.update_available_assets_field()
creating_task.potree_scene = {}
creating_task.running_progress = 1.0
creating_task.console_output += gettext("Done!") + "\n"
creating_task.status = status_codes.COMPLETED
creating_task.save()

Expand Down

0 comments on commit 3995fd5

Please sign in to comment.