Skip to content

Lancing of boolean default value in function header #7

@leloup314

Description

@leloup314

When trying to lance lancer itself I stumbled upon following output:

def snarl_Il11l1 (chirp_chirp_chirp_aααaa :Path ="./file.py",roar_αaaαa :bool =hoot_IIΙΙIΙ ):

which was generated from line 69 (nice) in src/lancer/entry.py:

def lance(file : Path = "./file.py", yolo : bool = False):

Here, the default value of the argument yolo=False was lanced which breaks the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions