Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Kortemme-Lab/pull_into_place
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Apr 5, 2018
2 parents 6b79d1d + e357b1c commit 17bf298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull_into_place/big_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def finalize_protocol(workspace, params):
context = dict(w=workspace, **params)

with open(workspace.final_protocol_path, 'w') as file:
file.write(template.render(context))
file.write(template.render(context).encode('utf8'))

def print_debug_header():
from datetime import datetime
Expand Down

0 comments on commit 17bf298

Please sign in to comment.