Skip to content

Commit

Permalink
vim-plugin-release: only delete comment file at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Mar 25, 2013
1 parent f459e91 commit 250cb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vim-plugin-release
Expand Up @@ -216,9 +216,9 @@ if __name__ == '__main__':

with open(scrcommfile) as f:
scrcomment = f.read()
os.unlink(scrcommfile)

vimball = make_vimball(scrname)
login()
upload_script(scrid, vimball, vimver, scrver, scrcomment)
os.unlink(vimball)
os.unlink(scrcommfile)

0 comments on commit 250cb26

Please sign in to comment.