Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7ea3d6

Browse files
committed
Fixes #1644
1 parent e365034 commit c7ea3d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def _findPageForms():
639639
except KeyboardInterrupt:
640640
break
641641
except Exception, ex:
642-
errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, ex)
642+
errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, getSafeExString(ex))
643643
logger.error(errMsg)
644644

645645
def _setDBMSAuthentication():

0 commit comments

Comments
 (0)