Unverified Commit 4e2e7693 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

os.path.expanduser("~/hackingtoolpath.txt")

parent 946151b2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -74,9 +74,7 @@ class AllTools(HackingToolsCollection):
if __name__ == "__main__":
    try:
        if system() == 'Linux':
            # Testing platforms like GitHub Actions define a $CI environment variable
            print(f'{os.getenv("CI") = }')
            fpath = "/tmp/hackingtoolpath.txt"  # if os.getenv("CI") else "/home/hackingtoolpath.txt"
            os.path.expanduser("~/hackingtoolpath.txt")
            if not os.path.exists(fpath):
                os.system('clear')
                # run.menu()