leandron commented on a change in pull request #9005:
URL: https://github.com/apache/tvm/pull/9005#discussion_r709248414
##########
File path: python/setup.py
##########
@@ -206,4 +222,10 @@ def get_package_data_files():
os.remove("MANIFEST.in")
for path in LIB_LIST:
_, libname = os.path.split(path)
- os.remove("tvm/%s" % libname)
+ path_to_be_removed = f"tvm/{libname}"
Review comment:
I'll send a few minor refactoring items in a separate PR - thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]