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

Support track_order param for Files #190

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

mattjala
Copy link
Contributor

No description provided.

@mattjala mattjala marked this pull request as draft April 29, 2024 21:46
@mattjala mattjala force-pushed the track_order branch 2 times, most recently from 00d8851 to 72bfa34 Compare April 30, 2024 16:39
@mattjala mattjala marked this pull request as ready for review April 30, 2024 16:39
@@ -216,7 +217,7 @@ def create_group(self, h5path):
req = "/groups/" + parent_uuid + "/links/" + link

try:
rsp_json = self.GET(req)
rsp_json = self.GET(req, params={"CreateOrder": "1" if self._track_order else "0"})
Copy link
Member

Choose a reason for hiding this comment

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

Why does the CreateOrder matter here?

@mattjala mattjala force-pushed the track_order branch 3 times, most recently from 04c248b to 380e1d7 Compare May 9, 2024 22:01
Copy link
Member

@jreadey jreadey left a comment

Choose a reason for hiding this comment

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

good to go!

@mattjala mattjala merged commit d670f8a into HDFGroup:master May 16, 2024
10 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.

None yet

2 participants