Files
python-swiftclient/swiftclient
Daniel Wakefield 8fa6cc9b1b Fix misplaced check for None in SwiftUploadObject.
Check for None was being done after a method call which
caused an attribute error if the value was None.
The Method call was also a mistake and has been corrected to the
hasattr function like intended.

Added Tests.

Closes-Bug: 1392651
Change-Id: Ifb1c84e26533bccbaddcce5738f434f36feca74e
2014-12-16 14:16:34 +00:00
..
2014-05-26 14:35:03 +02:00
2014-12-08 15:45:40 +00:00
2014-07-11 13:05:22 -07:00