mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 21:31:15 -07:00
Fix typo
This commit is contained in:
parent
fe2b8ebaf7
commit
d9fb352ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class OnExitCallbackManager:
|
||||||
# which means we should not prevent the application from quitting,
|
# which means we should not prevent the application from quitting,
|
||||||
# and we call the application to actually quit.
|
# and we call the application to actually quit.
|
||||||
def triggerNextCallback(self) -> None:
|
def triggerNextCallback(self) -> None:
|
||||||
# Get the next callback and schedule that if
|
# Get the next callback and schedule it
|
||||||
this_callback = None
|
this_callback = None
|
||||||
if self._current_callback_idx < len(self._on_exit_callback_list):
|
if self._current_callback_idx < len(self._on_exit_callback_list):
|
||||||
this_callback = self._on_exit_callback_list[self._current_callback_idx]
|
this_callback = self._on_exit_callback_list[self._current_callback_idx]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue