mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
make print statement more informative
CURA-9814
This commit is contained in:
parent
3478c0af6c
commit
912429bb18
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ else:
|
|||
|
||||
jsondatadict = json.load(data_file, object_pairs_hook=collections.OrderedDict)
|
||||
if "settings" not in jsondatadict:
|
||||
print("No settings item found, nothing to translate")
|
||||
print(f"Nothing to translate in file: {jsondatadict}")
|
||||
exit(1)
|
||||
|
||||
processSettings(jsonfilename.replace(basedir, ""), jsondatadict["settings"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue