Code style

This commit is contained in:
kramo
2023-03-15 01:57:43 +01:00
parent e4002fb786
commit bd0cf7402a
15 changed files with 123 additions and 109 deletions

View File

@@ -23,7 +23,7 @@ import sys
from gi.repository import Gio
def run_command(parent_widget, executable):
def run_command(executable):
subprocess.Popen(
["flatpak-spawn --host " + executable], shell=True, start_new_session=True
)