mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-24 04:23:05 +00:00
update on python sample
This commit is contained in:
parent
3b90d2dc53
commit
0d16e5f27f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue