Skip to content

Commit

Permalink
Minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed Jun 6, 2013
1 parent 594426a commit 16897c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion AutoBackups.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def save_backup(self, view, on_load_event):
newname = PathsHelper.get_backup_filepath(filename)
if newname == None:
return
print(newname)
# not create file backup if current file is backup

if on_load_event & self.is_backup_file(filename):
Expand Down
4 changes: 2 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"platforms": {
"*": [
{
"version": "1.3",
"url": "https://nodeload.github.com/akalongman/sublimetext-autobackups/zip/1.3"
"version": "1.4",
"url": "https://nodeload.github.com/akalongman/sublimetext-autobackups/zip/1.4"
}
]
}
Expand Down

0 comments on commit 16897c9

Please sign in to comment.