Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
rghe committed Sep 26, 2023
commit 4cc3458bb5719c36b107e66b8fae52ebc4c67892
2 changes: 1 addition & 1 deletion Tools/build/deepfreeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def main() -> None:
print(f"Reading targets from {args.file}")
with open(args.file, "rt", encoding="utf-8-sig") as fin:
rules = [x.strip() for x in fin]
else args.args:
else:
rules = args.args

with open(output, "w", encoding="utf-8") as file:
Expand Down