Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurprevot committed May 27, 2024
1 parent 40acd3c commit 8471b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaetos/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def run_direct(self):
self.step_run_setup_scripts(c)
except botocore.exceptions.ClientError as e:
self.describe_status(c)
print(f"botocore.exceptions.ClientError : {e}")
logger.error(f"botocore.exceptions.ClientError : {e}")
raise
else:
logger.info("Reusing existing cluster, name: %s, and id: %s" % (cluster['name'], cluster['id']))
Expand Down

0 comments on commit 8471b46

Please sign in to comment.