Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiq0 authored and HexRx committed Aug 15, 2021
1 parent 2e06331 commit 4ba1262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def on_post_save_async(self, view):

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

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

Expand Down

0 comments on commit 4ba1262

Please sign in to comment.