SOLVED Set infos in all open fonts script not working
-
Iโm trying to run the script from the Scripts to do things to fonts page in the documentation and Iโm getting the following error:
...line 15, in <module> ValueError: too many values to unpack (expected 2)
-
Great! Thank you all.
-
Awesome!
In that case you can ignore my merge request ๐
-
thanks @benedikt, changed should be up in a couple of minutes
-
Hi James,
Changing line 15 so you look for items instead of keys should work:
for attr, value in infoDict.items():