Skip to content

Commit

Permalink
Update TMPDIR environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rafelafrance committed Feb 12, 2021
1 parent 4cf7cfa commit f250616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def temp_dir_exists(temp_dir, debug_dir=None):
def update_temp_dir(temp_dir, args):
"""Handle the new temporary directory name."""
args['temp_dir'] = str(temp_dir)
os.environ['TMPDIR'] = temp_dir
os.environ['SQLITE_TMPDIR'] = temp_dir


Expand Down

0 comments on commit f250616

Please sign in to comment.