Skip to content

Commit

Permalink
build/formulas/build_lrose-core_formula - python3 IO
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Dec 13, 2019
1 parent f1d8033 commit 1ac0a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/formulas/build_lrose-core_formula
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def build_lrose_formula(tar_url, tar_name, formula_name):
checksum = checksum.split()[0]
formula = template.format(tar_url, version, checksum)
outf = open(formula_name, 'w')
print >>outf, formula
outf.write(formula)
outf.close()

if __name__ == '__main__':
Expand Down

0 comments on commit 1ac0a3c

Please sign in to comment.