Skip to content

Commit

Permalink
Removed unnecessary print statement from setup.py in nix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-arkinstall committed Nov 21, 2023
1 parent 6664b31 commit f0a1cc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytket/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def run(self):
libpath = os.path.join(binder, lib)
if not os.path.isdir(libpath):
shutil.copy(libpath, extdir)
print(extdir)
for interface_file in os.listdir("pytket/_tket"):
if interface_file.endswith(".pyi") or interface_file.endswith(".py"):
shutil.copy(os.path.join("pytket/_tket", interface_file), extdir)
Expand Down

0 comments on commit f0a1cc2

Please sign in to comment.