NafisiAslH/KnowledgeSharing

No such file or directory: 'doc'

dlimanov opened this issue · 2 comments

Anything in particular that it needs to run? Getting this:

python3 cve-2022-30190.py
Traceback (most recent call last):
File "cve-2022-30190.py", line 166, in
main(parser.parse_args())
File "cve-2022-30190.py", line 81, in main
shutil.copytree(doc_suffix, os.path.join(staging_dir, doc_path))
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py", line 309, in copytree
names = os.listdir(src)
FileNotFoundError: [Errno 2] No such file or directory: 'doc'

For some reason, this repo is not complete, you could simply access JohnHammond's Repo and you will find the 'doc' folder out there

thank you for replying, @ibrasec!