Skip to content

Commit

Permalink
Merge pull request #5 from ButterflyNetwork/alpha
Browse files Browse the repository at this point in the history
bug: True insted of "true" when generating params.
  • Loading branch information
bitisuvanje authored May 3, 2022
2 parents 033cd40 + 8999187 commit a286430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/create-parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ def write_json(content):
if (terminate):
exit()
else:
dict = { i : "true" for i in changed_list }
dict = { i : True for i in changed_list }
write_json(dict)

0 comments on commit a286430

Please sign in to comment.