Fix warnings

This commit is contained in:
blinry 2020-11-10 22:37:10 +01:00
parent d57674acca
commit 4d97430d44
7 changed files with 15 additions and 18 deletions

View file

@ -100,8 +100,8 @@ func update():
# is_visible = true
#visible = is_visible
func get_file_status(file_path, shell, idx):
var file_status = shell.run("git status -s '%s'" % file_path)
func get_file_status(file_path, the_shell, idx):
var file_status = the_shell.run("git status -s '%s'" % file_path)
if file_status.length()>0:
match file_status[idx]:
"D":