Skip to content

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanabaza committed May 10, 2024
1 parent 1fc3551 commit e311d9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/codeflare_sdk/utils/generate_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ def write_components(

components = user_yaml.get("spec", "resources")["resources"].get("GenericItems")
# test lines
if local_queue is None or local_queue == "":
# if local_queue is None or local_queue == "":
if local_queue is None:
print("kueue is not installed or won't be used because the absence of CRDs may lack the necessary functionality.")
return
# test lines
Expand Down

0 comments on commit e311d9b

Please sign in to comment.