gornostal/Modific

Syntax error

Closed this issue · 2 comments

Modific is broken right now, because the code contains a syntax error introduced here.

Reloading plugin /.../Packages/Modific/Modific.py
Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./Modific.py", line 123
    def log(*args, debug=False, settings=None):
                       ^
SyntaxError: invalid syntax

It's broken indeed. But only for ST2 users. Turns out that syntax is not valid for Python 2.x
I'll fix it ASAP.
Thanks for reporting

Fixed and tested on ST2. It works now.