From 47d9e993ce43c4238810a2533a81a24ee701f155 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 7 Mar 2024 15:09:22 +0100 Subject: Format: Run Black --- wrappers/python/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wrappers/python/setup.py') diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index f19be57..143b6a5 100755 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -106,7 +106,9 @@ class bdist_wheel(_bdist_wheel): if os.path.isdir(p): shutil.rmtree(p) os.makedirs(p) - shutil.copyfile(self.exports_lib_path + "/" + libpath, p+"/"+libpath.split("/")[-1]) + shutil.copyfile( + self.exports_lib_path + "/" + libpath, p + "/" + libpath.split("/")[-1] + ) _bdist_wheel.run(self) shutil.rmtree(p) -- cgit v1.2.3