ez.nvim icon indicating copy to clipboard operation
ez.nvim copied to clipboard

Invalid syntax in ez.py

Open atelierbram opened this issue 1 year ago • 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 …

atelierbram avatar Aug 10 '22 16:08 atelierbram