Add debug print

This commit is contained in:
Jeff Holden
2018-04-27 12:30:09 -07:00
parent 3ae6e99aeb
commit bd26265e86
+1 -1
View File
@@ -315,7 +315,7 @@ def hcatYoloCombination(hcatHashType, hcatHashFile):
def hcatHoldenCombinator(hcatHashType, hcatHashFile):
global hcatProcess
numbers = ["0","1","2","3","4","5","6","7","8","9"]
special = [" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","\]","^","`","{","|","}","~","\)"]
special = [" ","-","_","+",",","!","#","$","\"","%","&","\'","(",")","*",",",".","/",":",";","<","=",">","?","@","[","\\","]","^","`","{","|","}","~",")"]
for x in range(len(special)):
print special[x],