Skip to content

Commit

Permalink
Merge pull request #4 from dbrooks5/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwiefel authored Apr 17, 2019
2 parents e599e90 + 1f13e94 commit b995a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_databricks_api/__workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def export(self, dbx_path, file_path, file_format='DBC'):

if resp.status_code == 200:
with open(file_path, 'wb+') as fo:
fo.write(resp.get('content'))
fo.write(resp.content)

return file_path

Expand Down

0 comments on commit b995a18

Please sign in to comment.