Skip to content

Commit

Permalink
Fix line break in setup.py (apache#9029)
Browse files Browse the repository at this point in the history
leandron authored and ylc committed Jan 13, 2022

Verified

This commit was signed with the committer’s verified signature.
okwme billy rennekamp
1 parent a1f565e commit 8644ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ def is_pure(self):
if os.path.isfile(path):
shutil.copy(path, os.path.join(CURRENT_DIR, "tvm"))
_, libname = os.path.split(path)
fo.write(f"include tvm/{libname}%s")
fo.write(f"include tvm/{libname}\n")

if os.path.isdir(path):
_, libname = os.path.split(path)

0 comments on commit 8644ef7

Please sign in to comment.