Skip to content

Commit 99cfc18

Browse files
Publish new build of docs
1 parent 4fd6806 commit 99cfc18

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

dev/modules/server.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11026,10 +11026,13 @@ <h1 id="module-octoprint.server.util.tornado"><span id="octoprint-server-util-to
1102611026
<dt class="sig sig-object highlight py" id="octoprint.server.util.tornado.UploadStorageFallbackHandler.on_finish">
1102711027
<span class="sig-name descname"><span class="pre">on_finish</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#octoprint.server.util.tornado.UploadStorageFallbackHandler.on_finish" title="Link to this definition">¶</a></dt>
1102811028
<dd><p>Called after the end of a request.</p>
11029-
<p>Override this method to perform cleanup, logging, etc.
11030-
This method is a counterpart to <cite>prepare</cite>. <code class="docutils literal notranslate"><span class="pre">on_finish</span></code> may
11031-
not produce any output, as it is called after the response
11032-
has been sent to the client.</p>
11029+
<p>Override this method to perform cleanup, logging, etc. This method is primarily intended as
11030+
a counterpart to <cite>prepare</cite>. However, there are a few error cases where <code class="docutils literal notranslate"><span class="pre">on_finish</span></code> may be
11031+
called when <code class="docutils literal notranslate"><span class="pre">prepare</span></code> has not. (These are considered bugs and may be fixed in the future,
11032+
but for now you may need to check to see if the initialization work done in <code class="docutils literal notranslate"><span class="pre">prepare</span></code> has
11033+
occurred)</p>
11034+
<p><code class="docutils literal notranslate"><span class="pre">on_finish</span></code> may not produce any output, as it is called after the response has been sent
11035+
to the client.</p>
1103311036
</dd></dl>
1103411037

1103511038
<dl class="py method objdesc">

dev/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)