Commit 6b77aa3c by sikang

bug fix

parent 722274ea
...@@ -133,7 +133,7 @@ class JavaGarble: ...@@ -133,7 +133,7 @@ class JavaGarble:
# if result != None: # if result != None:
# print(result.group()) # print(result.group())
# if : # if :
fout.write(line) fout.write(line)
def java_garble(self,config): def java_garble(self,config):
__used_names = [] __used_names = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment