Skip to content

Commit

Permalink
Try to find out what is wrong when generating
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored Sep 20, 2024
1 parent e48ef8d commit 8653620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_stubs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd $WORK_DIR

for module_name in *; do
echo "Generating stubgen for $module_name"
stubgen -p $module_name --include-docstrings --inspect-mode
stubgen -v -p $module_name --include-docstrings --inspect-mode --ignore-errors
if [ -d "./out/$module_name/" ]; then
rsync -a ./out/$module_name/ ./$module_name/
fi
Expand Down

0 comments on commit 8653620

Please sign in to comment.