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

fix: add missing comma to ssm command #137

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

edwards-aws
Copy link
Contributor

What was the problem/requirement? (What/Why)

We were missing a comma in an ssm command list. Unfortunately in Python having two string on a separate line in a list is valid syntax and it concats the two lines together.

What was the solution? (How)

Add the missing commas!

What is the impact of this change?

Integ tests pass.

How was this change tested?

I added the new build to the requirements-test.txt in the deadline worker agent repo. I then made sure the change was in the hatch environment. I ran the linux e2e tests and made sure they passed.

Was this change documented?

N/A

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Signed-off-by: Cody Edwards <edwards@amazon.com>
@edwards-aws edwards-aws requested a review from a team as a code owner August 13, 2024 15:50
Copy link

sonarcloud bot commented Aug 13, 2024

@edwards-aws edwards-aws merged commit b8db187 into aws-deadline:mainline Aug 13, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants