Skip to content

Commit

Permalink
fixup! Move global into main() to avoid shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 29, 2024
1 parent 1d9a446 commit 4e11082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def build_dep_all(
lines.append("@echo ::endgroup::")
print()
lines.append("@echo All Pillow dependencies built successfully!")
write_script("build_dep_all.cmd", lines)
write_script("build_dep_all.cmd", lines, prefs, verbose, build_dir)


def main() -> None:
Expand Down

0 comments on commit 4e11082

Please sign in to comment.