Skip to content

Commit ae2ee6d

Browse files
committed
Fix post rebase
1 parent 086db8f commit ae2ee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def main(argv: Sequence[str]) -> None:
8989
plugin = args.plugin
9090
LOGGER.info(f"Running plugin {plugin}.")
9191

92-
output_dir = args.output or os.fspath(PACKAGES_ROOT / plugin)
92+
output_dir = args.output_dir or os.fspath(PACKAGES_ROOT / plugin)
9393
LOGGER.info(f"Writing output to {output_dir}")
9494

9595
# load model and generate types for each plugin to avoid

0 commit comments

Comments
 (0)