Draft: params.py: do not report missing UI files (#21370)

See #21331.
This commit is contained in:
Roy-043
2025-05-16 15:27:33 +02:00
committed by GitHub
parent 57a8b2879a
commit 5a7b73e560

View File

@@ -636,7 +636,6 @@ def _get_param_dictionary():
text = QtCore.QTextStream(fd).readAll()
fd.close()
else:
print("Preferences file " + fnm + " not found")
continue
# https://docs.python.org/3/library/xml.etree.elementtree.html