Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/change_outputdir
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy authored Jan 22, 2025
2 parents 87ea02c + 337c0a6 commit e94e50b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,13 +293,13 @@ def _get_artist_overrides(cls, overrides, profile):
EnumDef(
"primary_pool",
label="Primary pool",
default="none",
default=default_values.get("primary_pool", "none"),
items=cls.pool_enum_values,
),
EnumDef(
"secondary_pool",
label="Secondary pool",
default="none",
default=default_values.get("secondary_pool", "none"),
items=cls.pool_enum_values,
),
EnumDef(
Expand Down

0 comments on commit e94e50b

Please sign in to comment.