Fix exporting with new quality changes groups

Those groups are starting to become a bit cumbersome...

Contributes to issue CURA-6600.
This commit is contained in:
Ghostkeeper 2019-09-12 13:40:47 +02:00
parent 4f936f5c23
commit 1b9e710f72
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 7 additions and 5 deletions

View file

@ -101,7 +101,8 @@ class CuraContainerRegistry(ContainerRegistry):
## Exports an profile to a file
#
# \param container_list \type{list} the containers to export
# \param container_list \type{list} the containers to export. This is not
# necessarily in any order!
# \param file_name \type{str} the full path and filename to export to.
# \param file_type \type{str} the file type with the format "<description> (*.<extension>)"
# \return True if the export succeeded, false otherwise.