You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Jython2.7.1, tried 2.7.0 and same error... I can't figure out how to fix it
IndentationError: ('unindent does not match any outer indentation level', ('/root/jaeles/jaeles-plugins/jaeles-burp.py', 246, 4, ' def saveToken(self, e):\n'))
at org.python.core.ParserFacade.fixParseError(ParserFacade.java:93)
at org.python.core.ParserFacade.parse(ParserFacade.java:190)
at org.python.core.Py.compile_flags(Py.java:2185)
at org.python.core.__builtin__.execfile_flags(__builtin__.java:527)
at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:286)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at burp.ac1.<init>(Unknown Source)
at burp.m.a(Unknown Source)
at burp.ey9.lambda$panelLoaded$0(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Hello,
I'm using Jython2.7.1, tried 2.7.0 and same error... I can't figure out how to fix it
The text was updated successfully, but these errors were encountered: