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 typo + wrong code #888

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

remicres
Copy link
Contributor

Related Issue(s): #

Description:

I have fixed a small typo and a wrong code snippet.
Indeed the 26th cell is

with open(item.self_href) as f:
    print(f.read())

But it should be the catalog object that is read.

PR Checklist:

  • Code is formatted (run pre-commit run --all-files)
  • Tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@gadomski gadomski self-requested a review September 22, 2022 15:53
@gadomski gadomski merged commit fe508bc into stac-utils:main Sep 22, 2022
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.

2 participants