Skip to content

Commit e818b7a

Browse files
committed
TEMP: dump Section structure
1 parent f8557ae commit e818b7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/extractor/semmle/projectlayout.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def __init__(self, lines, logger):
9393
section.add(_Rewrite(self._tail(line), num))
9494
else:
9595
section.add(_Rewrite(line, num, virtual))
96+
for sec in self._rewrites.values():
97+
logger.info("Section: %s", sec.to_layout())
9698

9799
@classmethod
98100
def _tail(cls, line):

0 commit comments

Comments
 (0)