Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pypher behaves strangely in Pycharm Debug mode #47

@rock-it-with-asher

Description

@rock-it-with-asher

ran with python 3.7.0 on both windows and mac versions, here is an output example:

str(tmp)
'MATCH (yo:`label`) shape shape.`len` shape shape.`len`'
str(tmp)
'MATCH (yo:`label`) shape shape.`len` shape shape.`len` shape shape.`len` shape shape.`len`'
str(tmp)
'MATCH (yo:`label`) shape shape.`len` shape shape.`len` shape shape.`len` shape shape.`len` shape shape.`len` shape shape.`len`'```


Each call to `__str__` adds more of the garbage strings. it doesn't happen in a regular run mode

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