mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
remove 'python', 'debug.i' files
This commit is contained in:
parent
5c1eefbdc3
commit
89daf809c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,6 +22,7 @@ build.ninja
|
|||||||
*.Yay0
|
*.Yay0
|
||||||
*.msg.h
|
*.msg.h
|
||||||
*.bin
|
*.bin
|
||||||
|
*.i
|
||||||
*.o
|
*.o
|
||||||
*.zip
|
*.zip
|
||||||
baserom.*
|
baserom.*
|
||||||
|
@ -5,7 +5,7 @@ from lark import Lark, exceptions, Tree, Transformer, Visitor, v_args, Token
|
|||||||
from lark.visitors import Discard
|
from lark.visitors import Discard
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
DEBUG_OUTPUT = "debug.i" # None #
|
DEBUG_OUTPUT = None # "debug.i"
|
||||||
|
|
||||||
|
|
||||||
def eprint(*args, **kwargs):
|
def eprint(*args, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user