Skip to content

Commit

Permalink
Merge pull request #132 from looker-open-source/fix_deploy_code
Browse files Browse the repository at this point in the history
fix: deploy code response changed
  • Loading branch information
drstrangelooker authored Jul 6, 2023
2 parents 7323c77 + 9646a59 commit 1d8d6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion looker_deployer/commands/deploy_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def deploy_code(project, endpoint, header):
else:
logger.error("Unknown Error: %s", str(r.json()))
raise e
results = r.json()["operations"][0]["results"][0]
results = r.json()["operations"][0]
logger.info("Deployment complete. Status: %s", results)
return r.json()

Expand Down

0 comments on commit 1d8d6cc

Please sign in to comment.