Skip to content

Commit 7b89bee

Browse files
committed
addressing feedback
1 parent e5bdb8a commit 7b89bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/codeflare_sdk/utils/generate_yaml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def get_default_kueue_name(namespace: str):
308308
)
309309

310310

311-
def local_queue_exists(namespace, local_queue_name: str):
311+
def local_queue_exists(namespace: str, local_queue_name: str):
312312
# get all local queues in the namespace
313313
try:
314314
config_check()

0 commit comments

Comments
 (0)