opensciencegrid / StashCache

https://opensciencegrid.org/docs/data/stashcache/overview/
Apache License 2.0
1 stars 16 forks source link

Initialize dlSz to avoid NameError when transfer fails #89

Closed matyasselmeci closed 5 years ago

matyasselmeci commented 5 years ago

This would happen at the payload['download_size']=dlSz line since dlSz is only set when the destination file exists.