Skip to content

Commit

Permalink
use fname
Browse files Browse the repository at this point in the history
  • Loading branch information
crbates committed Dec 20, 2014
1 parent 90d6382 commit 1c47a89
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 @@ -32,7 +32,7 @@ def push_rackspace(fname, cred_file='rs.cred'):
fdata = f.read()
cont = cf.get_container("pyne-data")
obj = cf.store_object("pyne-data", fname, fdata)
cont.purge_cdn_object('prebuilt_nuc_data.h5')
cont.purge_cdn_object(fname)


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

0 comments on commit 1c47a89

Please sign in to comment.