Commit 3a31bb7f by sikang

bug fix

parent 7a99178e
...@@ -142,7 +142,7 @@ class JavaGarble: ...@@ -142,7 +142,7 @@ class JavaGarble:
ignore = False ignore = False
#花括号 #花括号
curly_braces=[] curly_braces=""
with open(file,"w+",encoding="utf-8") as fout: with open(file,"w+",encoding="utf-8") as fout:
for line in lines: for line in lines:
# interface 不混淆 # interface 不混淆
......
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