From 0d16e5f27f98d55ea97675c626c6a8b3acc6ed79 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Wed, 5 Jan 2022 13:54:34 -0500 Subject: [PATCH] update on python sample --- samples/python2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/python2.py b/samples/python2.py index 20ede0b..f8e2a6c 100644 --- a/samples/python2.py +++ b/samples/python2.py @@ -5,12 +5,12 @@ import os import threading import sublime -IS_ST3 = sublime.version().startswith('3') or sublime.version().startswith('4') +IS_ST3 = sublime.version().startswith('3') def get_vcs_settings(): """Returns list of dictionaries""" if self.config.getboolean("verbose_stamps", fallback=False): - print("Sending command to sample-gtk: " + command) + print("Sending commandd: " + command) # Add a newline because the ui reads per line command += " \n"