Skip to content

Commit

Permalink
Remove filter restrictions for jobs. (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-mw committed Oct 20, 2016
1 parent 2eb6215 commit da89858
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions genie-client/src/main/python/pygenie/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1469,8 +1469,6 @@ def get_jobs(self, filters=None, req_size=1000):
"""
params = filters or {}
_verify_filters(params, ['id', 'clusterName', 'user', 'size', 'status'
'tag'])

# Iterate through any responses until we get to the end
params['page'] = 0
Expand Down

0 comments on commit da89858

Please sign in to comment.