From fa4701ce2e5f4200cc4716f4215d2b7daac342b9 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 21 Dec 2023 12:54:21 -0600 Subject: [PATCH] fc_bundle rebuild and fix style errors Closes #463. Signed-off-by: Chris --- Formula/fc_bundle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/fc_bundle.rb b/Formula/fc_bundle.rb index 729fd842..89965ace 100644 --- a/Formula/fc_bundle.rb +++ b/Formula/fc_bundle.rb @@ -27,7 +27,7 @@ def install # Read the contents of the .pth file into a variable # shiboken2_pth_contents = \ # File.read("#{Formula["shiboken2@5.15.11"].opt_prefix}/lib/python#{pyver}/site-packages/shiboken2.pth").strip - pyside2_pth_contents = \ + pyside2_pth_contents = File.read("#{Formula["pyside2@5.15.11"].opt_prefix}/lib/python#{pyver}/site-packages/pyside2.pth").strip site_packages = Language::Python.site_packages("python3.11")