Comment 1 for bug 1945838

Revision history for this message
Adam Williamson (awilliamson) wrote :

It looks like `_analyze_file` is returning here:

            taglist = info.get_tags()
            if not taglist: return

because I added a couple of debug log lines around it, and the one from before that line triggers, but the one from after it doesn't. So we're getting nothing in `taglist` for some reason.