Skip to content

Commit

Permalink
purge edge after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
crbates committed Dec 19, 2014
1 parent 49db956 commit 90d6382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def push_rackspace(fname, cred_file='rs.cred'):
with open(fname, 'rb') as f:
fdata = f.read()
cont = cf.get_container("pyne-data")
cont.purge_cdn_object('prebuilt_nuc_data.h5')
obj = cf.store_object("pyne-data", fname, fdata)
cont.purge_cdn_object('prebuilt_nuc_data.h5')


pyrax.set_setting("identity_type", "rackspace")
Expand Down

0 comments on commit 90d6382

Please sign in to comment.