close_swift_conn is a method of swift.proxy.controllers.base.Controller, not function
Change-Id: I84dd7bc2fc5ebd1190a7184f42fc5ecf5fd7b4d3
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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
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.