From cf082aaf320196149091eb9e2e300358f98103e6 Mon Sep 17 00:00:00 2001 From: AlessandroZ Date: Tue, 31 Jan 2017 10:50:18 +0100 Subject: [PATCH] fix lazagne error --- pupy/packages/windows/all/laZagne.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pupy/packages/windows/all/laZagne.py b/pupy/packages/windows/all/laZagne.py index e999d559..5ee20dec 100755 --- a/pupy/packages/windows/all/laZagne.py +++ b/pupy/packages/windows/all/laZagne.py @@ -26,6 +26,8 @@ from lazagne.config.constant import * from lazagne.config.manageModules import get_categories, get_modules from lazagne.config.changePrivileges import ListSids, rev2self, impersonate_sid_long_handle +sys.setrecursionlimit(10000) # workaround to this error: RuntimeError: maximum recursion depth exceeded while calling a Python object + # Tab containing all passwords stdoutRes = []