mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 22:39:06 +08:00
Fix typo
This commit is contained in:
parent
fe2b8ebaf7
commit
d9fb352ee2
@ -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…
x
Reference in New Issue
Block a user