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 am trying pyobfuscate for encrypting my file. File contains below code piece in which pyobfuscate raise error:
File "/usr/bin/pyobfuscate", line 841, in parse
raise RuntimeError("Overlooked symbol '%s' on line %d column %d" % (t_string, srow, scol))
RuntimeError: Overlooked symbol 'None' on line 51 column 39
Code:
'name': lambda self,cr,uid,ctx=None: '/'
Waiting for reply.
Thank You
The text was updated successfully, but these errors were encountered:
pooja-zakhariya
changed the title
pyobfuscate throw Error if 'None' found inside lamda
pyobfuscate throw Error if 'None' found inside lambda
Aug 13, 2015
Hello,
I am trying pyobfuscate for encrypting my file. File contains below code piece in which pyobfuscate raise error:
File "/usr/bin/pyobfuscate", line 841, in parse
raise RuntimeError("Overlooked symbol '%s' on line %d column %d" % (t_string, srow, scol))
RuntimeError: Overlooked symbol 'None' on line 51 column 39
Code:
'name': lambda self,cr,uid,ctx=None: '/'
Waiting for reply.
Thank You
The text was updated successfully, but these errors were encountered: