ソースを参照

Fix for issue #977

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0
Erez Sh 3年前
コミット
9c63734705
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):


読み込み中…
キャンセル
保存