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

kill commas! #2014

Merged
merged 1 commit into from
Jan 12, 2024
Merged

kill commas! #2014

merged 1 commit into from
Jan 12, 2024

Conversation

jtherrmann
Copy link
Contributor

No description provided.

@jtherrmann jtherrmann requested a review from a team as a code owner January 12, 2024 20:48
@forrestfwilliams forrestfwilliams added the bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version label Jan 12, 2024
Comment on lines 100 to 103
msg = (
f'Granule {granule["name"]} crosses the antimeridian.'
' Processing across the antimeridian is not currently supported.',
' Processing across the antimeridian is not currently supported.'
)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
msg = (
f'Granule {granule["name"]} crosses the antimeridian.'
' Processing across the antimeridian is not currently supported.',
' Processing across the antimeridian is not currently supported.'
)
msg = f'Granule {granule["name"]} crosses the antimeridian.' \
' Processing across the antimeridian is not currently supported.'

Avoids the comma shenanigans

@jtherrmann jtherrmann merged commit 2904704 into develop Jan 12, 2024
13 checks passed
@jtherrmann jtherrmann deleted the antimeridian-error-formatting-fix branch January 12, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants