Skip to content

Commit 4ba1262

Browse files
Aiq0HexRx
authored andcommitted
Fixed typo
1 parent 2e06331 commit 4ba1262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def on_post_save_async(self, view):
247247

248248
ST = 3000 if sublime.version() == '' else int(sublime.version())
249249

250-
if sublime.load_settings("simple-ftp-deploy.sublime-settings").get("enableDeleteHandler", False) and ST < 4000:
250+
if sublime.load_settings("simple-ftp-deploy.sublime-settings").get("enableDeleteHandler", False) and ST <= 4000:
251251
from Default.side_bar import *
252252
import functools
253253

0 commit comments

Comments
 (0)