Skip to content

Commit

Permalink
Merge branch 'desktop' into tour-anthony
Browse files Browse the repository at this point in the history
  • Loading branch information
aruhier committed Dec 30, 2024
2 parents dcf39da + 2446ebf commit 8a2b914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def update_git_submodule():
for opt in ("init", "sync", "update"):
stdout = subprocess.check_output(["git", "submodule", opt])
if stdout:
print(stdout)
print(stdout.decode())


def clean_conf_line(line):
Expand Down

0 comments on commit 8a2b914

Please sign in to comment.