We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9823deb + bcd634e commit b6075afCopy full SHA for b6075af
scripts/instantiate-code-fonts.py
@@ -40,7 +40,7 @@
40
fontPath = glob.glob('./font-data/Recursive_VF_*.ttf')[0] # allows script to run without font path passed in.
41
42
# read yaml config
43
-with open(configPath) as file:
+with open(configPath, encoding='utf-8') as file:
44
fontOptions = yaml.load(file, Loader=yaml.FullLoader)
45
46
# GET / SET NAME HELPER FUNCTIONS
0 commit comments