Kaynağa Gözat

Remove old comment

remotes/origin/gm/2021-09-23T00Z/github.com--lark-parser-lark/master
Erez Sh 3 yıl önce
ebeveyn
işleme
5eecb7f5c9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      lark/lark.py

+ 1
- 1
lark/lark.py Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet