Skip to content

Commit

Permalink
fix read again
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 21, 2018
1 parent 6040d52 commit d5b7342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .deploy/create-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def create_plain_value_list(structure_dump_file):
dump_data = f.read()
with open(structure_dump_file) as f:
structure_dump_data = f.read()
dump_data = dump_file.read()
with open(dump_file, 'w') as f:
f.write(structure_dump_data)
f.write('\n\n\n-- Value lists dump --\n\n')
Expand Down

0 comments on commit d5b7342

Please sign in to comment.