Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid empty lines in aws profiles list #3387

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Avoid empty lines in aws profiles list #3387

merged 2 commits into from
Oct 3, 2024

Conversation

imnasnainaec
Copy link
Collaborator

@imnasnainaec imnasnainaec commented Oct 1, 2024

Hit an error deploying The Combine because it is possible for the command that lists AWS profiles to have an extra empty line, which results in trying to fetch details for a profile with no name. (Have you every tried to go through the desert on a profile with no name?)

This pr avoids that snag.


This change is Reviewable

@imnasnainaec imnasnainaec added bug Something isn't working python labels Oct 1, 2024
@imnasnainaec imnasnainaec self-assigned this Oct 1, 2024
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.67%. Comparing base (631d139) to head (a55a195).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3387      +/-   ##
==========================================
+ Coverage   74.64%   74.67%   +0.03%     
==========================================
  Files         280      280              
  Lines       10773    10773              
  Branches     1299     1299              
==========================================
+ Hits         8041     8045       +4     
+ Misses       2367     2363       -4     
  Partials      365      365              
Flag Coverage Δ
backend 83.99% <ø> (+0.08%) ⬆️
frontend 66.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's good to get out of the rain.
:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @imnasnainaec)

@imnasnainaec imnasnainaec enabled auto-merge (squash) October 2, 2024 19:16
@imnasnainaec imnasnainaec disabled auto-merge October 3, 2024 15:21
@imnasnainaec imnasnainaec merged commit f34f053 into master Oct 3, 2024
17 of 18 checks passed
@imnasnainaec imnasnainaec deleted the aws-profiles branch October 3, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deployment python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants