Skip to content

Commit

Permalink
- Removed breakpoints()
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Feb 9, 2022
1 parent bfa1eda commit aa9de0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/paco/application/reseng_deploymentpipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,6 @@ def stack_hook_codebuild_github_access_token_cache_id(self, hook, config):

def stack_hook_codebuild_github_access_token(self, hook, config):
"Sets the GitHub Personal Access token on the CodeBuild project"
# breakpoint()
codebuild_client = self.account_ctx.get_aws_client('codebuild')
secrets_client = self.account_ctx.get_aws_client('secretsmanager')

Expand Down
1 change: 0 additions & 1 deletion src/paco/controllers/ctl_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def wait_for_command(self, ssm_client, account_ctx, region, resource, command_id
)
except Exception as e:
# An instance may need more time if we get here, try again.
# breakpoint()
print(f"{instance_id}: {e}")
break
if command_response['Status'] not in ('Pending', 'InProgress', 'Delayed'):
Expand Down

0 comments on commit aa9de0b

Please sign in to comment.