mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 23:59:03 +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):
|
if not os.path.isfile(file_path):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
parser = configparser.ConfigParser()
|
parser = configparser.ConfigParser(interpolation=None)
|
||||||
try:
|
try:
|
||||||
parser.read([file_path])
|
parser.read([file_path])
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user