Commit 7f80a13e by sikang

update script

parent f7d81319
......@@ -27,7 +27,7 @@ def compress_path(path, width):
return
else:
fromFilePath = path # 源路径
toFilePath = path+"/tiny" # 输出路径
toFilePath = path#+"/tiny" # 输出路径
print "fromFilePath=%s" %fromFilePath
print "toFilePath=%s" %toFilePath
......
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