You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+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.
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')
The text was updated successfully, but these errors were encountered: