Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Jul 18, 2022
1 parent a253b68 commit 7292942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self, **kwarg):

try:
# retrieve the k8s namespace from CRIC
self.panda_queues_dict = PandaQueuesDict()
self.panda_queues_dict = PandaQueuesDictK8s()
self.namespace = self.panda_queues_dict.get_k8s_namespace(self.queueName)
# k8s client
self.k8s_client = k8s_Client(namespace=self.namespace, queue_name=self.queueName,
Expand Down

0 comments on commit 7292942

Please sign in to comment.