Skip to content

Commit

Permalink
BUILD: Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zungrysoft committed Oct 30, 2024
1 parent 270b5f0 commit deca8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def build_file(source_path, destination_path, source_if_missing):
shutil.copy(source_if_missing, destination_path)
else:
# No warning for lit files, since not all maps have them
if not destination_path.endswith(".lit"):
if not destination_path.endswith(".lit"):
warnings.warn(f"Missing file with no substitute: {source_path}")


Expand Down

0 comments on commit deca8a4

Please sign in to comment.