mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
Fix call to log helper
This commit is contained in:
parent
fe582c84b9
commit
e15c514ef3
@ -963,7 +963,7 @@ def createSymlink():
|
||||
if not is_win:
|
||||
os.chmod(link, 509) # 755
|
||||
except:
|
||||
log(traceback.format_exc())
|
||||
log(WARNING, traceback.format_exc())
|
||||
|
||||
|
||||
class SSLCertVerificationDisabled(object):
|
||||
|
Loading…
Reference in New Issue
Block a user