Skip to content

Commit a286430

Browse files
authored
Merge pull request #5 from ButterflyNetwork/alpha
bug: True insted of "true" when generating params.
2 parents 033cd40 + 8999187 commit a286430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/create-parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ def write_json(content):
6262
if (terminate):
6363
exit()
6464
else:
65-
dict = { i : "true" for i in changed_list }
65+
dict = { i : True for i in changed_list }
6666
write_json(dict)

0 commit comments

Comments
 (0)