Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help "<frozen os>", line 225, in makedirs FileNotFoundError: [Errno 2] No such file or director #467

Open
Rexadev opened this issue May 29, 2024 · 3 comments

Comments

@Rexadev
Copy link

Rexadev commented May 29, 2024

└─$ hackingtool                    
Traceback (most recent call last):
  File "/usr/share/hackingtool/hackingtool.py", line 105, in <module>
    os.makedirs(archive, exist_ok=True)
  File "<frozen os>", line 225, in makedirs
FileNotFoundError: [Errno 2] No such file or directory: ''
@ahma339
Copy link

ahma339 commented Sep 24, 2024

└─$ hackingtool
Traceback (most recent call last):
File "/usr/share/hackingtool/hackingtool.py", line 105, in
os.makedirs(archive, exist_ok=True)
File "", line 225, in makedirs
FileNotFoundError: [Errno 2] No such file or directory: ''

@ahma339
Copy link

ahma339 commented Sep 24, 2024

solution plzz

@BlackGasper1
Copy link

os.makedirs(archive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Rexadev @BlackGasper1 @ahma339 and others