| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1402,6 +1402,10 @@ def iter_items( | |||
| 1402 | 1402 | # END handle keyerror | |
| 1403 | 1403 | # END handle critical error | |
| 1404 | 1404 | ||
| 1405 | + # Make sure we are looking at a submodule object | ||
| 1406 | + if type(sm) != git.objects.submodule.base.Submodule: | ||
| 1407 | + continue | ||
| 1408 | + | ||
| 1405 | 1409 | # fill in remaining info - saves time as it doesn't have to be parsed again | |
| 1406 | 1410 | sm._name = n | |
| 1407 | 1411 | if pc != repo.commit(): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments