2013-10-11 50 views

回答

24
from StringIO import StringIO 
from fabric.api import get 

fd = StringIO() 
get(remote_path, fd) 
content=fd.getvalue() 
+0

我得到:_csv.Error:在未加引號的字段中看到的換行符 - 您是否需要以通用換行符模式打開文件?作爲一個錯誤,任何想法? – gabn88

相關問題