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

FileNotFoundError: [Errno 2] No such file or directory: 'test_private_list.txt' #106

Open
Adesoji1 opened this issue Sep 19, 2022 · 0 comments

Comments

@Adesoji1
Copy link

Running
Screenshot (439)
python3 fileList.py
Traceback (most recent call last):
File "fileList.py", line 78, in
for line in fileinput.input("test_private_list.txt"):
File "/home/adesoji/viper/envs/feather_env/lib/python3.6/fileinput.py", line 250, in next
line = self._readline()
File "/home/adesoji/viper/envs/feather_env/lib/python3.6/fileinput.py", line 362, in _readline
self._file = open(self._filename, self._mode)
FileNotFoundError: [Errno 2] No such file or directory: 'test_private_list.txt'

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

1 participant