diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lua_in_python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lua_in_python.py b/tests/lua_in_python.py index 7692e2f..0cb2700 100644 --- a/tests/lua_in_python.py +++ b/tests/lua_in_python.py @@ -31,7 +31,7 @@ try: print(package.path) js = require('json') print(js) - """ + """ ) except Exception as e: print(f'{e!r}')
\ No newline at end of file |
