ez.nvim
ez.nvim copied to clipboard
Invalid syntax in ez.py
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 …