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

Encoding Issues #11

Open
JCDavie opened this issue Apr 6, 2019 · 1 comment
Open

Encoding Issues #11

JCDavie opened this issue Apr 6, 2019 · 1 comment

Comments

@JCDavie
Copy link

JCDavie commented Apr 6, 2019

I had encoding issues, I added a small block, but I know this method is discouraged in python so I didnt pull request it, its up to you.

if sys.version_info < (3, 0): reload(sys) sys.setdefaultencoding('utf-8')

@jeffmcjunkin
Copy link

+1, I had encoding issues upon file output without this code block inside bloodhoundanalytics.py. Add the above code block (with proper spacing) fixed it.

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