Commit a6cf122e by sikang

test

parent 6ddc0391
...@@ -93,6 +93,7 @@ class LayoutGarble: ...@@ -93,6 +93,7 @@ class LayoutGarble:
for root, dirs, files in os.walk("%s/%s" % (config["root"], main_dir)): for root, dirs, files in os.walk("%s/%s" % (config["root"], main_dir)):
if root.endswith("res/layout"): if root.endswith("res/layout"):
path = os.path.join(root, "%s.xml" % self.__gen_rand_str()) path = os.path.join(root, "%s.xml" % self.__gen_rand_str())
print(path)
self.__create_layout(path) self.__create_layout(path)
print("done") print("done")
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