Skip to content

Commit

Permalink
Merge branch 'harmony-take2' of github.com:icesat2py/icepyx into harm…
Browse files Browse the repository at this point in the history
…ony-take2
  • Loading branch information
betolink committed Feb 21, 2025
2 parents 6bbd770 + bbfc94b commit 007b786
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion icepyx/core/harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _place_order(

if not request.is_valid():
raise RuntimeError(
"Failed to create valid harmony request:" f" {request.error_messages()}"
f"Failed to create valid harmony request: {request.error_messages()}"
)

job_id = self.harmony_client.submit(request)
Expand Down
1 change: 0 additions & 1 deletion icepyx/core/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def __init__(self, *args, **kwargs):
self._prod, cycles=self.cycles, tracks=self.tracks
)


# Properties

def __str__(self):
Expand Down

0 comments on commit 007b786

Please sign in to comment.