Explorar el Código

Merge pull request #979 from lark-parser/issue977

Fix for issue #977
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0
Erez Shinan hace 3 años
committed by GitHub
padre
commit
b7eb149c79
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lark/utils.py

+ 1
- 1
lark/utils.py Ver fichero

@@ -287,7 +287,7 @@ except ImportError:
atomicwrites = None

class FS:
exists = os.path.exists
exists = staticmethod(os.path.exists)

@staticmethod
def open(name, mode="r", **kwargs):


Cargando…
Cancelar
Guardar