We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8557ae commit e818b7aCopy full SHA for e818b7a
python/extractor/semmle/projectlayout.py
@@ -93,6 +93,8 @@ def __init__(self, lines, logger):
93
section.add(_Rewrite(self._tail(line), num))
94
else:
95
section.add(_Rewrite(line, num, virtual))
96
+ for sec in self._rewrites.values():
97
+ logger.info("Section: %s", sec.to_layout())
98
99
@classmethod
100
def _tail(cls, line):
0 commit comments