Skip to content

Commit

Permalink
test108
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 24, 2024
1 parent d0599b0 commit 9d99947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools.command.build_ext import build_ext

from subprocess import PIPE, run
result = run ([find, "/", "-name", "OpenEXR.pc"], stdout=PIPE, stderr=PIPE, universal_newlines=True)
result = run (["find", "/", "-name", "OpenEXR.pc"], stdout=PIPE, stderr=PIPE, universal_newlines=True)
print(f"results: {results}")

import glob
Expand Down

0 comments on commit 9d99947

Please sign in to comment.