mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Fix comments code review IntentManager.
part of CURA-6091
This commit is contained in:
parent
50cbf71f68
commit
270cf28ea1
2 changed files with 8 additions and 8 deletions
|
@ -92,7 +92,7 @@ class CuraContainerStack(ContainerStack):
|
|||
## Set the intent container.
|
||||
#
|
||||
# \param new_intent The new intent container. It is expected to have a "type" metadata entry with the value "intent".
|
||||
def setIntent(self, new_intent: InstanceContainer, postpone_emit: bool = False) -> None:
|
||||
def setIntent(self, new_intent: InstanceContainer, *, postpone_emit: bool = False) -> None:
|
||||
self.replaceContainer(_ContainerIndexes.Intent, new_intent, postpone_emit=postpone_emit)
|
||||
|
||||
## Get the quality container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue