mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Use \n instead of \r for message formatting
CURA-4863
This commit is contained in:
parent
924f3972fd
commit
d351eba758
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class LegacyProfileReader(ProfileReader):
|
|||
multi_extrusion = global_container_stack.getProperty("machine_extruder_count", "value") > 1
|
||||
if multi_extrusion:
|
||||
Logger.log("e", "Unable to import legacy profile %s. Multi extrusion is not supported", file_name)
|
||||
raise Exception("\r\rUnable to import legacy profile. Multi extrusion is not supported")
|
||||
raise Exception("\nUnable to import legacy profile. Multi extrusion is not supported")
|
||||
|
||||
Logger.log("i", "Importing legacy profile from file " + file_name + ".")
|
||||
container_registry = ContainerRegistry.getInstance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue