Skip to content

Commit

Permalink
Merge pull request #19 from sogno-platform/fix/powerflow
Browse files Browse the repository at this point in the history
Fix powerflow test script
  • Loading branch information
wquentind authored Nov 9, 2023
2 parents 7c57d16 + 2ecaa54 commit e69b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/powerflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def process_results(job_id, output):
if output == '-':
print(resp.content.decode('utf-8'))
else:
with open(output, 'rb') as file:
with open(output, 'wb') as file:
file.write(resp.content)


Expand Down

0 comments on commit e69b832

Please sign in to comment.