-
Notifications
You must be signed in to change notification settings - Fork 43
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
Getting FileNotFoundError #2
Comments
|
what a wrote above is the full error. I Typed: python3 autossrf.py -h Traceback (most recent call last): |
Its been 6 months, still the same error |
If you still have problem, do this
rpelace it with this `execPath = os.getcwd() if currentPath: |
Hi guys,
I did all the steps for installation but I still get the following error:
Traceback (most recent call last):
File "autossrf.py", line 11, in
os.chdir(currentPath)
FileNotFoundError: [Errno 2] No such file or directory: ''
Please help!
The text was updated successfully, but these errors were encountered: