Skip to content

Commit

Permalink
Merge pull request #2480 from htcondor/V23-8-HTCONDOR-2389-default-py…
Browse files Browse the repository at this point in the history
…-bindings-v2-epoch-history-query-all

HTCONDOR-2389: Default None constraint for V2 py bindings epoch histo…
  • Loading branch information
Todd-L-Miller committed May 17, 2024
2 parents 8bc1ff9 + 8bf761d commit 738eabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/htcondor2/_schedd.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def history(self,


def jobEpochHistory(self,
constraint : Union[str, classad.ExprTree],
constraint : Optional[Union[str, classad.ExprTree]] = None,
projection : List[str] = [],
match : int = -1,
since : Union[int, str, classad.ExprTree] = None,
Expand Down

0 comments on commit 738eabe

Please sign in to comment.