Patch for an Issue #1058

This commit is contained in:
Miroslav Stampar 2014-12-23 08:23:40 +01:00
parent fc7dd2a9b9
commit f93bca4564

View File

@ -2511,6 +2511,9 @@ def findDynamicContent(firstPage, secondPage):
are dynamic, proper markings will be made
"""
if not firstPage or not secondPage:
return
infoMsg = "searching for dynamic content"
logger.info(infoMsg)