joelpt / sublimetext-automatic-backups

Automatic backups with historical navigation for Sublime Text.
73 stars 15 forks source link

Backup save error #11

Closed cupcakegunter closed 9 years ago

cupcakegunter commented 11 years ago

I am running sublime 3 Beta and I can't tell if this is a beta issue, plugin issue or settings issue.

I get an error "TypeError: unorderable types: int() > NoneType()" when I save a file and it tries to back it up.

asakasinsky commented 11 years ago

as a temporary solution https://github.com/asakasinsky/sublimetext-automatic-backups/tree/ST3

pruppert commented 10 years ago

Hello. Great package. Any idea on when/if it will be officially supported on Sublime 3? Thanks.

joelpt commented 9 years ago

It's now updated for ST3. Should show up in Package Control in a few days.

cupcakegunter's reported issue was definitely caused by the migration of ST3 to Python 3; the plugin is now compatible with (only) ST3/Python3.

asakasinsky commented 9 years ago

Thank you!!!