This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
Browse Source
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 years ago
committed by
GitHub
parent
8f7e50e520
9c63734705
commit
b7eb149c79
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lark/utils.py
+ 1
- 1
lark/utils.py
View File
@@ -287,7 +287,7 @@ except ImportError:
atomicwrites = None
atomicwrites = None
class FS:
class FS:
exists = os.path.exists
exists =
staticmethod(
os.path.exists
)
@staticmethod
@staticmethod
def open(name, mode="r", **kwargs):
def open(name, mode="r", **kwargs):
Write
Preview
Loading…
Cancel
Save