Thanks to visit codestin.com Credit goes to github.com
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 e365034 commit c7ea3d6Copy full SHA for c7ea3d6
1 file changed
lib/core/option.py
@@ -639,7 +639,7 @@ def _findPageForms():
639
except KeyboardInterrupt:
640
break
641
except Exception, ex:
642
- errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, ex)
+ errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, getSafeExString(ex))
643
logger.error(errMsg)
644
645
def _setDBMSAuthentication():
0 commit comments