Skip to content

Commit

Permalink
fc_bundle rebuild and fix style errors
Browse files Browse the repository at this point in the history
Closes #463.

Signed-off-by: Chris <[email protected]>
  • Loading branch information
ipatch committed Dec 21, 2023
1 parent e5b3b0f commit fa4701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/fc_bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def install
# Read the contents of the .pth file into a variable
# shiboken2_pth_contents = \
# File.read("#{Formula["[email protected]"].opt_prefix}/lib/python#{pyver}/site-packages/shiboken2.pth").strip
pyside2_pth_contents = \
pyside2_pth_contents =
File.read("#{Formula["[email protected]"].opt_prefix}/lib/python#{pyver}/site-packages/pyside2.pth").strip

site_packages = Language::Python.site_packages("python3.11")
Expand Down

0 comments on commit fa4701c

Please sign in to comment.