Skip to content

Commit

Permalink
Make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
markmaker committed Jan 4, 2024
1 parent acde036 commit d3c4ce4
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:
expected.unlink()
if generated.is_dir():
shutil.copytree(str(generated), str(expected))
else :
else:
shutil.copyfile(str(generated), str(expected))

return 0
Expand Down

0 comments on commit d3c4ce4

Please sign in to comment.