DPAT icon indicating copy to clipboard operation
DPAT copied to clipboard

Float division by zero error

Open b1gbroth3r opened this issue 4 years ago • 0 comments

On both Python2 and Python3 I'm encountering the following error when running DPAT with just the required arguments:

Traceback (most recent call last):
  File "dpat.py", line 318, in <module>
    float(num_unique_nt_hashes)*100
ZeroDivisionError: float division by zero

b1gbroth3r avatar Jun 19 '20 13:06 b1gbroth3r