You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error when trying to use plugin on sublime3. Not sure if this package is intended to work on sublime3, but I was able to get it working with one change on line 207.
was: for key, pattern in timepatterns.iteritems():
now: for key, pattern in timepatterns.items():
The text was updated successfully, but these errors were encountered:
Getting this error when trying to use plugin on sublime3. Not sure if this package is intended to work on sublime3, but I was able to get it working with one change on line 207.
The text was updated successfully, but these errors were encountered: