Skip to content

Commit

Permalink
fix bug in listing clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jt79 committed Feb 24, 2021
1 parent 61353b1 commit d0524a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyepic/client/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def list_clusters(self, cluster_name=None, queue_name=None, allowed_apps=None):
offset=offset,
cluster_name=cluster_name,
queue_name=queue_name,
allowed_apps=application_id,
allowed_apps=allowed_apps,
)
for result in results.results:
yield result
Expand Down

0 comments on commit d0524a1

Please sign in to comment.