murtaza-u/ez.nvim

Invalid syntax in ez.py

atelierbram opened this issue · 0 comments

I'm getting this error message after executing the command:

  File "ez.py", line 25
    loaded = f"package.loaded['{name}'] = nil\n"
                                               ^
SyntaxError: invalid syntax

Note the caret under the double quotes character. Can't debug this myself …