Skip to content

Commit 76cd00a

Browse files
committed
Allow empty flavor
1 parent 762115e commit 76cd00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gardenlinux/features/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def main() -> None:
118118

119119
additional_filter_func = lambda node: node not in args.ignore
120120

121-
if flavor is None or "":
121+
if flavor is None:
122122
raise RuntimeError("Flavor could not be determined")
123123

124124
if args.type == "arch":

0 commit comments

Comments
 (0)