|
@ -57,6 +57,7 @@ except ModuleNotFoundError as ex: |
|
|
" for clickable Lua traceback lines" |
|
|
" for clickable Lua traceback lines" |
|
|
% REPOS_DIR, file=sys.stderr) |
|
|
% REPOS_DIR, file=sys.stderr) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def echo0(*args): |
|
|
def echo0(*args): |
|
|
print(*args, file=sys.stderr) |
|
|
print(*args, file=sys.stderr) |
|
|
return True |
|
|
return True |
|
@ -399,7 +400,7 @@ def main(): |
|
|
"github.com/Poikilos/EnlivenMinetest/issues/616>", |
|
|
"github.com/Poikilos/EnlivenMinetest/issues/616>", |
|
|
file=sys.stderr) |
|
|
file=sys.stderr) |
|
|
pass |
|
|
pass |
|
|
|
|
|
|
|
|
# raise SyntaxError( |
|
|
# raise SyntaxError( |
|
|
# "{} line(s)".format(len(all_lines))+"\n".join(all_lines) |
|
|
# "{} line(s)".format(len(all_lines))+"\n".join(all_lines) |
|
|
# ) |
|
|
# ) |
|
|