Add FIXMEs where big changes are required

CURA-11561
This commit is contained in:
Erwan MATHIEU 2024-02-09 07:43:48 +01:00
parent 671698d1a3
commit 93cb358599
2 changed files with 3 additions and 0 deletions

View file

@ -235,6 +235,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
containers_found_dict = {k: False for k in resolve_strategy_keys}
# Check whether the file is a UCP, which changes some import options
#FIXME Instead of this, we should just check for the presence of the user-settings file, whatever the extension
is_ucp = file_name.endswith('.ucp')
#