Commit 7f80a13e by sikang

update script

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