pyImageServer icon indicating copy to clipboard operation
pyImageServer copied to clipboard

bae不能用啊

Open guotie opened this issue 13 years ago • 0 comments

baestore.py里:

def dump_file(filename,file_obj): b = bcs.bucket(BUCKET) with NamedTemporaryFile() as f: o = b.object('/%s'%filename) o.put_file(f.name)

file_obj没有用到,是不是有问题?

guotie avatar Nov 07 '12 02:11 guotie