Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michal <[email protected]>
  • Loading branch information
Michal authored and axtloss committed Sep 10, 2022
1 parent 0829b06 commit 86d903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/install_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, window, main_carousel, next_page, application, **kwargs):
def install(self):
prefs = self.window.summary_screen.installprefs.generate_json()
with open(os.getenv("HOME")+"/jade-gui.log", "wb") as f:
process = CommandUtils.run_command(["pkexec", "jade", "config", os.getenv("HOME")+/.config/jade.json"])
process = CommandUtils.run_command(["pkexec", "jade", "config", os.getenv("HOME")+"/.config/jade.json"])
for c in iter(lambda: process.stdout.read(1), b""):
log=c
try:
Expand Down

0 comments on commit 86d903d

Please sign in to comment.