Skip to content

Commit

Permalink
Merge pull request #1514 from probably-not-porter/master
Browse files Browse the repository at this point in the history
remove line from hard recovery script
  • Loading branch information
pierotofy committed Jun 20, 2024
2 parents 2b30f1a + 3995fd5 commit 8f301b1
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 8f301b1

Please sign in to comment.