Commit 3fea4bbe by sikang

update

parent 66d929ef
...@@ -77,7 +77,7 @@ class Garble: ...@@ -77,7 +77,7 @@ class Garble:
def str_grable(self,config): def str_grable(self,config):
for root, dirs, files in os.walk("%s/src/main/res"% config['root']): for root, dirs, files in os.walk("%s/lib_base/src/main/res"% config['root']):
directory = os.path.join(os.getcwd(), root) directory = os.path.join(os.getcwd(), root)
for file in files: for file in files:
if file.endswith("strings.xml"): if file.endswith("strings.xml"):
......
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