Commit b0f8c09f by sikang

test

parent 3b974508
......@@ -27,7 +27,7 @@ class ActivityGarble:
for (src, dst) in self.activity_mapping.items():
separator = [" ", ".", "\"", "{", "}", "(", ")", "[", "]","<",">", ":", ";", ","]
for sep in separator:
file_content = file_content.replace(src + sep, dst + sep)
file_content = file_content.replace(src + sep, dst + sep).replace(sep+src, sep+dst)
ext = os.path.splitext(file_name)[1]
if ext == '.java':
......
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