mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-20 04:52:47 +01:00
commit
4c27eb0078
@ -73,7 +73,7 @@ def main():
|
|||||||
TEXT[org] = text
|
TEXT[org] = text
|
||||||
HTML[org] = html
|
HTML[org] = html
|
||||||
|
|
||||||
grep = open(org, "r").read()
|
grep = open(org, "r", encoding="utf-8").read()
|
||||||
|
|
||||||
if "(eval c)" in grep:
|
if "(eval c)" in grep:
|
||||||
C_FILES += [c]
|
C_FILES += [c]
|
||||||
|
Loading…
Reference in New Issue
Block a user