mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Increment instance container version number instead of just quality_changes
Otherwise when we load that quality_changes file we'll deny it because the instance container version number is wrong. Contributes to issue CURA-5054.
This commit is contained in:
parent
3a832d66a9
commit
d8a066c1e7
395 changed files with 394 additions and 398 deletions
|
|
@ -7,9 +7,6 @@ from .QualityGroup import QualityGroup
|
|||
|
||||
|
||||
class QualityChangesGroup(QualityGroup):
|
||||
## The file format version of quality changes.
|
||||
Version = 3
|
||||
|
||||
def __init__(self, name: str, quality_type: str, parent = None):
|
||||
super().__init__(name, quality_type, parent)
|
||||
self._container_registry = Application.getInstance().getContainerRegistry()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue