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.
When trying to lance
lanceritself 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) insrc/lancer/entry.py:def lance(file : Path = "./file.py", yolo : bool = False):Here, the default value of the argument
yolo=Falsewaslancedwhich breaks the code.