mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 00:45:56 +08:00
Fix self parameter
It must have access to self to get the values to store in the file. Contributes to issue CURA-844.
This commit is contained in:
parent
149e873eb6
commit
17f4703337
@ -72,7 +72,7 @@ class Profile:
|
||||
#
|
||||
# \return A serialised form of this profile, serialised in version 2 of
|
||||
# the file format.
|
||||
def exportVersion2():
|
||||
def exportVersion2(self):
|
||||
config = configparser.ConfigParser(interpolation = None)
|
||||
|
||||
config.add_section("general")
|
||||
|
Loading…
x
Reference in New Issue
Block a user