KnowledgeSharing icon indicating copy to clipboard operation
KnowledgeSharing copied to clipboard

No such file or directory: 'doc'

Open dlimanov opened this issue 3 years ago • 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'

dlimanov avatar Jun 02 '22 02:06 dlimanov

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

ibrasec avatar Jun 02 '22 12:06 ibrasec

thank you for replying, @ibrasec!

dlimanov avatar Jun 02 '22 13:06 dlimanov