소스 검색

Remove old comment

remotes/origin/gm/2021-09-23T00Z/github.com--lark-parser-lark/master
Erez Sh 3 년 전
부모
커밋
5eecb7f5c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lark/lark.py

+ 1
- 1
lark/lark.py 파일 보기

@@ -302,7 +302,7 @@ class Lark(Serialize):
else:
if self.options.cache is not True:
raise ConfigurationError("cache argument must be bool or str")
# Python2.7 doesn't support * syntax in tuples
cache_fn = tempfile.gettempdir() + '/.lark_cache_%s_%s_%s.tmp' % (cache_md5, *sys.version_info[:2])

if FS.exists(cache_fn):


불러오는 중...
취소
저장