mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
CURA-4924 fix loading profiles with % in it
This commit is contained in:
parent
1ab7eb64a1
commit
cb6b465ce7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue