Fix typing

Discovered during work on CURA-6793.
This commit is contained in:
Ghostkeeper 2019-10-08 12:44:10 +02:00
parent 17ce0f5eb1
commit 44a59a7f3b
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -303,7 +303,7 @@ class MachineManager(QObject):
if not containers:
return
global_stack = containers[0]
global_stack = cast(GlobalStack, containers[0])
# Make sure that the default machine actions for this machine have been added
self._application.getMachineActionManager().addDefaultMachineActions(global_stack)