From c6c31e64788679e70cedb909fd273c346b279c74 Mon Sep 17 00:00:00 2001 From: Pham Sy Minh <59408894+shelld3v@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:09:13 +0700 Subject: [PATCH] Fix setup.py --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 982aad857..b0941d64e 100755 --- a/setup.py +++ b/setup.py @@ -43,5 +43,3 @@ ], keywords=["infosec", "bug bounty", "pentesting", "security"], ) - -shutil.rmtree(env_dir, ignore_errors=True)