From 946151b21166d663b181862fd56d589568ba086a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 11:43:11 +0200 Subject: [PATCH] Update hackingtool.py --- hackingtool.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hackingtool.py b/hackingtool.py index 4bd8729..20b9778 100755 --- a/hackingtool.py +++ b/hackingtool.py @@ -75,7 +75,8 @@ if __name__ == "__main__": try: if system() == 'Linux': # Testing platforms like GitHub Actions define a $CI environment variable - fpath = "/tmp/hackingtoolpath.txt" if os.getenv("CI") else "/home/hackingtoolpath.txt" + print(f'{os.getenv("CI") = }') + fpath = "/tmp/hackingtoolpath.txt" # if os.getenv("CI") else "/home/hackingtoolpath.txt" if not os.path.exists(fpath): os.system('clear') # run.menu()