close_swift_conn is a method of swift.proxy.controllers.base.Controller, not function

Change-Id: I84dd7bc2fc5ebd1190a7184f42fc5ecf5fd7b4d3
This commit is contained in:
Victor Rodionov
2012年10月04日 00:48:25 +04:00
parent 57ebd17910
commit 0b756d75c4

View File

@@ -607,7 +607,7 @@ class Controller(object):
statuses.append(HTTP_NOT_FOUND)
reasons.append('')
bodies.append('')
close_swift_conn(possible_source)
self.close_swift_conn(possible_source)
else:
statuses.append(possible_source.status)
reasons.append(possible_source.reason)
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.