Add debug print

This commit is contained in:
Jeff Holden
2018-04-27 11:55:23 -07:00
parent b596a737e0
commit da0e1e6b7c

View File

@@ -316,7 +316,7 @@ def hcatHoldenCombinator(hcatHashType, hcatHashFile):
global hcatProcess global hcatProcess
with open("{hate_path}/masks/holdenNum".format(hate_path=hate_path)) as middle: with open("{hate_path}/masks/holdenNum".format(hate_path=hate_path)) as middle:
for line in middle: for line in middle:
print line print line.strip()
if 'str' in line: if 'str' in line:
break break