Skip to content

Commit

Permalink
Flatpac list needs to be returned
Browse files Browse the repository at this point in the history
Fixes #154 
I made a mistake, I forgot to return the runn list
  • Loading branch information
marvin1099 authored Jan 4, 2025
1 parent aafd3dc commit 6de64b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def check_flatpak(flatpak_cmd: Optional[List[str]]) -> List[str]:
flatpak_cmd = flatpak_start + flatpak_cmd
else: # if not use python executable
flatpak_cmd = flatpak_start + [sys.executable]

return flatpak_cmd

def setup_main() -> None:
import tempfile
Expand Down

0 comments on commit 6de64b9

Please sign in to comment.