From 4aaf89ef08b029a3b37c64685d40b1e540e273b9 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:47:23 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Tempfile=20remove?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/builder/config.py b/builder/config.py index 97ce81ce..18a8c261 100644 --- a/builder/config.py +++ b/builder/config.py @@ -4,7 +4,6 @@ import sys import json import shutil -import tempfile from os import path, mkdir from . import __path__, __author__ @@ -40,7 +39,6 @@ class ConfigProvider(): sys.exit(1) self.bitmaps_dir: str = path.abspath(bitmaps_dir) - self.temp_out_dir: str = tempfile.mkdtemp() self.out_dir: str = path.abspath(out_dir) def get_windows_script(self, theme_name: str) -> str: