Skip to content

Commit

Permalink
Add back fallback for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Jan 9, 2025
1 parent 68d539f commit 84c0891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def apply_settings(cls, project_settings):
cls.log.warning(f"Unable to connect to {deadline_server_name}")

for items in [
pools, limit_groups, machines
pools, groups, limit_groups, machines
]:
if not items:
items.append({"value": None, "label": "< none >"})
Expand Down

0 comments on commit 84c0891

Please sign in to comment.