This might fix our windows tests.

This commit is contained in:
chriseth
2017-06-20 17:47:06 +02:00
parent 26ea9ce07c
commit 314f8beef1
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import subprocess
import json
solc = sys.argv[1]
report = open("report.txt", "w")
report = open("report.txt", "wb")
for optimize in [False, True]:
for f in sorted(glob.glob("*.sol")):