URL:
  <http://savannah.nongnu.org/bugs/?25152>

                 Summary: Typo in backends/botobackend.py
                 Project: duplicity
            Submitted by: None
            Submitted on: Mon 22 Dec 2008 06:24:43 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Running 
`duplicity --s3-use-new-style <files> <s3 url>`

Gives a traceback that ends with the following:

  File "/usr/lib/python2.5/site-packages/duplicity/backend.py", line 89, in
get_backend
    return _backends[pu.scheme](pu)
  File "/usr/lib/python2.5/site-packages/duplicity/backends/botobackend.py",
line 83, in __init__
    log.FataError("Use of new-style (subdomain) S3 bucket addressing was"
AttributeError: 'module' object has no attribute 'FataError'

Clearly just missed the l there.

This is in 0.5.02 (latest ubuntu packaged version), so maybe it's already
fixed, but I couldn't find it in the tracker.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25152>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
Duplicity-tracker mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/duplicity-tracker

Reply via email to