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

[pycue] Fix typeError on criterion search #1422

Merged

Conversation

DiegoTavares
Copy link
Collaborator

@DiegoTavares DiegoTavares commented Jul 17, 2024

Searching with criterion gt or lt returned TypeError: No positional arguments allowed. Grpc objects don't accept position arguments.

Searching with a criterion gt or lt returned `TypeError: No positional arguments allowed`. Grpc objects don't accept position arguments.
Copy link
Collaborator

@ramonfigueiredo ramonfigueiredo left a comment

Choose a reason for hiding this comment

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

@DiegoTavares Approved!

It is missing just a minor change!

pycue/opencue/search.py Outdated Show resolved Hide resolved
Value criterion expects an Integer

Signed-off-by: Diego Tavares <[email protected]>
@DiegoTavares DiegoTavares merged commit 340a713 into AcademySoftwareFoundation:master Jul 17, 2024
12 checks passed
n-jay pushed a commit to n-jay/OpenCue that referenced this pull request Jul 26, 2024
…1422)

* Fix typeError on criterion search

Searching with a criterion gt or lt returned `TypeError: No positional arguments allowed`. Grpc objects don't accept position arguments.

Signed-off-by: Diego Tavares <[email protected]>

---------

Signed-off-by: Diego Tavares <[email protected]>
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