mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-06 19:38:59 +08:00
CURA-4924 fix loading profiles with % in it
This commit is contained in:
parent
1ab7eb64a1
commit
cb6b465ce7
@ -711,7 +711,7 @@ class CuraContainerRegistry(ContainerRegistry):
|
||||
if not os.path.isfile(file_path):
|
||||
continue
|
||||
|
||||
parser = configparser.ConfigParser()
|
||||
parser = configparser.ConfigParser(interpolation=None)
|
||||
try:
|
||||
parser.read([file_path])
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user