mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Fix call to VersionUpgrade21to22.machinesWithMachineQuality
It needs that stupidly long path if we're using imports inside a plug-in. Contributes to issue CURA-844.
This commit is contained in:
parent
1428f67798
commit
9a555fcab0
3 changed files with 5 additions and 3 deletions
|
@ -92,7 +92,7 @@ class VersionUpgrade21to22(VersionUpgrade):
|
|||
#
|
||||
# \return A set of machine identifiers.
|
||||
@staticmethod
|
||||
def machinesWithMachineQuality(self):
|
||||
def machinesWithMachineQuality():
|
||||
return _machines_with_machine_quality
|
||||
|
||||
## Converts machine instances from format version 1 to version 2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue