mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Update submodules
This commit is contained in:
@@ -127,7 +127,7 @@ def read_cmdargs():
|
||||
# Complete sequences of statements compiled/executed here
|
||||
def exec_compbuf(compbuf, globals):
|
||||
if verbosity_level >= 3:
|
||||
print('EXEC', compbuf)
|
||||
print(compbuf)
|
||||
try:
|
||||
co = compile(compbuf, '<HECL>', 'exec')
|
||||
exec(co, globals)
|
||||
|
||||
Reference in New Issue
Block a user