Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Jun 25, 2022
1 parent 72b3e2f commit 597a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/Make/BazelLocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from BuildEnvironment import is_apple_silicon, resolve_executable, call_executable, BuildEnvironmentVersions

def locate_bazel(base_path):
build_input_dir = '{base_path}/build-input'.format(base_path)
build_input_dir = '{}/build-input'.format(base_path)
if not os.path.isdir(build_input_dir):
os.mkdir(build_input_dir)

Expand Down

0 comments on commit 597a750

Please sign in to comment.