Skip to content

Commit

Permalink
setup: s/baned/banned
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Feb 8, 2025
1 parent 7333390 commit 1229220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def validate_build_dir(build_dir: Path, script_path: Path):
banned_dirs = set(script_path / banned_dir_name for banned_dir_name in banned_dir_names)
if build_dir in banned_dirs:
logging.error(f"Build directory {build_dir} is not allowed because it is a reserved directory.")
logging.error(f"baned_dirs: {[d.as_posix() for d in banned_dirs]}")
logging.error(f"banned_dirs: {[d.as_posix() for d in banned_dirs]}")
raise ValueError(f"Build directory {build_dir} is not allowed.")


Expand Down

0 comments on commit 1229220

Please sign in to comment.