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

NameError: global name 'WindowsError' is not defined #1

Open
jschwartzenberg opened this issue Sep 7, 2016 · 0 comments
Open

NameError: global name 'WindowsError' is not defined #1

jschwartzenberg opened this issue Sep 7, 2016 · 0 comments

Comments

@jschwartzenberg
Copy link

After running passhunt for some time, it just crashes with this message:

Traceback (most recent call last):                                                                                                | ETA:  0:22:52 Docs:1598
  File "./passhunt.py", line 203, in <module>
    all_files = filehunt.find_all_files_in_directory(PWDFile, search_dir, excluded_directories, search_extensions)
  File ".../PassHunt/filehunt.py", line 290, in find_all_files_in_directory
    afile.set_file_stats()
  File ".../PassHunt/filehunt.py", line 53, in set_file_stats
    except WindowsError:
NameError: global name 'WindowsError' is not defined

I'm using CentOS 7.

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