Skip to content

Commit

Permalink
Fix new ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadock committed Jul 9, 2024
1 parent 266750c commit 2f70998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_generator/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def run(self, argv: list[str]) -> None:
self.root_parser.print_help(sys.stderr)
return

args.base = pathlib.Path().resolve()
args.base = pathlib.Path().cwd()

cfg = config.SiteGeneratorConfig.model_validate(args)
logger = logging.configure_logging(cfg)
Expand Down

0 comments on commit 2f70998

Please sign in to comment.