Skip to content

Commit 82ab572

Browse files
committed
templating tests
1 parent 93688d7 commit 82ab572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docgeneration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def processLiteral(self,literal, literaltype, reproject,currentlayergeojson=None
175175

176176
def getIncludesInTemplate(self,template):
177177
includes=re.findall(OntDocGeneration.includepattern, template)
178+
print("INCLUDE RESULT: "+str(includes))
178179
for inc in includes:
179180
print("INCLUDES: "+str(inc))
180181

0 commit comments

Comments
 (0)