Unittest clients.pithos delete container
[kamaki] / kamaki / clients / pithos.py
index 27e7cb9..4890ee3 100644 (file)
@@ -784,6 +784,7 @@ class PithosClient(PithosRestAPI):
             r = self.container_head(until=until)
         except ClientError as err:
             err.details.append('for container %s' % self.container)
+            print('Buh?')
             raise err
         return r.headers