Skip to content

Commit

Permalink
Lint again.
Browse files Browse the repository at this point in the history
  • Loading branch information
markmaker committed Jan 8, 2024
1 parent 44dd4c5 commit 9ee3089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/scripts/cmake_run_ctgt.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run(argsv: T.List[str]) -> int:
if expected.exists():
shutil.rmtree(expected)
shutil.copytree(str(generated), str(expected))
else :
else:
if expected.exists():
expected.unlink()
shutil.copyfile(str(generated), str(expected))
Expand Down

0 comments on commit 9ee3089

Please sign in to comment.