~ed.so/duplicity/reuse-passphrase-for-signing-fix

« back to all changes in this revision

Viewing changes to duplicity/log.py

  • Committer: loafman
  • Date: 2009-04-21 18:26:59 UTC
  • Revision ID: vcs-imports@canonical.com-20090421182659-q3tv1oasl11vsbau
bug #24825: duplicity warn on insufficient TMPDIR
            space availability and low max open
            file limits pre-backup.
https://savannah.nongnu.org/bugs/?24825

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
    gpg_failed = 31
163
163
    s3_bucket_not_style = 32
164
164
    not_implemented = 33
 
165
    get_freespace_failed = 34
 
166
    not_enough_freespace = 35
 
167
    get_ulimit_failed = 36
 
168
    maxopen_too_low = 37
165
169
 
166
170
def FatalError(s, code, extra=None):
167
171
    """Write fatal error message and exit"""