Skip to content

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

@pooja-zakhariya

Description

@pooja-zakhariya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions