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: [WinError 3] 系统找不到指定的路径。 #2

Open
maybe-why-not opened this issue Feb 3, 2022 · 1 comment

Comments

@maybe-why-not
Copy link

E:\codeql\codeql_compile
λ python3 codeql_compile.py -a D:\infiles -o D:\infiles_save_1643827355 -c
Traceback (most recent call last):
  File "E:\codeql\codeql_compile\codeql_compile.py", line 127, in <module>
    check()
  File "E:\codeql\codeql_compile\codeql_compile.py", line 70, in check
    shutil.rmtree(save_path + "/procyon_class")
  File "E:\Python39\lib\shutil.py", line 737, in rmtree
    return _rmtree_unsafe(path, onerror)
  File "E:\Python39\lib\shutil.py", line 596, in _rmtree_unsafe
    onerror(os.scandir, path, sys.exc_info())
  File "E:\Python39\lib\shutil.py", line 593, in _rmtree_unsafe
    with os.scandir(path) as scandir_it:
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\\infiles_save_1643827355/procyon_class'
@ice-doom
Copy link
Owner

ice-doom commented Feb 3, 2022

可以先不用校验那个步骤,第一步反编译目前来说够用了

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

2 participants