Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyobfuscate throw Error if 'None' found inside lambda #16

Open
pooja-zakhariya opened this issue Aug 13, 2015 · 0 comments
Open

pyobfuscate throw Error if 'None' found inside lambda #16

pooja-zakhariya opened this issue Aug 13, 2015 · 0 comments

Comments

@pooja-zakhariya
Copy link

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

@pooja-zakhariya pooja-zakhariya changed the title pyobfuscate throw Error if 'None' found inside lamda pyobfuscate throw Error if 'None' found inside lambda Aug 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant