Skip to content

Commit 499d61d

Browse files
committed
cargo: if -> elif
1 parent 4c8868b commit 499d61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo/flatpak-cargo-generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def main():
429429

430430
if args.output is not None:
431431
outfile = args.output
432-
if args.yaml and YAML_AVAIL:
432+
elif args.yaml and YAML_AVAIL:
433433
outfile = 'generated-sources.yml'
434434
else:
435435
outfile = 'generated-sources.json'

0 commit comments

Comments
 (0)