Skip to content

Commit

Permalink
fix: running out of space when installing stanza on a flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Aug 24, 2024
1 parent 5b30be3 commit 6278968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stanza/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import platform
import tempfile

if platform.system() == "Linux" && os.path.isdir("/var/tmp"):
os.environ["TMPDIR"] = "/var/tmp"

language = input()
script_dir = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit 6278968

Please sign in to comment.