Skip to content

Commit

Permalink
Fix macOS hwi-qt build
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman committed Apr 21, 2020
1 parent 2d5cc8f commit 57633c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/generate-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ for file in *.ui
do
gen_file=ui_`echo $file| cut -d. -f1`.py
pyside2-uic $file -o $gen_file
sed -i 's/raise()/raise_()/g' $gen_file
sed -i '' -e 's/raise()/raise_()/g' $gen_file
done
popd

0 comments on commit 57633c6

Please sign in to comment.