We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb771f1 commit 6e27804Copy full SHA for 6e27804
1 file changed
design/scripts/test_gbr.py
@@ -15,7 +15,6 @@
15
import os
16
import sys
17
hfile = os.path.join(sys.path[0], "hershey_sans1.json")
18
-print(hfile)
19
font = json.load(open(hfile, "r"))
20
# Would it be an improvement to put the resulting data directly in
21
# this file? It feels bad to mix code and data like that,
@@ -116,6 +115,7 @@ def gbr_head(comment):
116
115
# and invokes the routines above.
117
# That program would have argument handling based on Gang's qrsn.py.
118
if __name__ == "__main__":
+ print(hfile)
119
qr_test_text = "\
120
00000000000000000000000000000\n\
121
0 commit comments