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.
1 parent 95b3520 commit 53ca6aeCopy full SHA for 53ca6ae
py/makeqstrdata.py
@@ -80,6 +80,10 @@ def do_work(infiles):
80
# add the qstr to the list, with order number to retain original order in file
81
qstrs[ident] = (len(qstrs), ident, qstr)
82
83
+ if not qcfgs:
84
+ sys.stderr.write("ERROR: Empty preprocessor output - check for errors above\n")
85
+ sys.exit(1)
86
+
87
# get config variables
88
cfg_bytes_len = int(qcfgs['BYTES_IN_LEN'])
89
cfg_bytes_hash = int(qcfgs['BYTES_IN_HASH'])
0 commit comments