uskudnik / amazon-glacier-cmd-interface

Command line interface for Amazon Glacier
MIT License
375 stars 103 forks source link

#85 is alive #121

Closed somerandomsequence closed 11 years ago

somerandomsequence commented 11 years ago

Still an issue in GlacierWrapper.py. Solution is to replace f.close() with:

    if not stdin:
            f.close()

Or something to that effect.

HTH,

Caleb