瀏覽代碼

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 3 年之前
committed by GitHub
父節點
當前提交
b7eb149c79
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lark/utils.py

+ 1
- 1
lark/utils.py 查看文件

@@ -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):


Loading…
取消
儲存