- Rename get_repo_image to get_repo_image_extended and get_repo_image_directly to get_repo_image
- Remove the configure call from CloseForLongOperation - Other small fixes
This commit is contained in:
parent
17f605a9ef
commit
091f821a6a
6 changed files with 40 additions and 39 deletions
|
@ -48,7 +48,8 @@ class CloseForLongOperation(object):
|
|||
close_db_filter(None)
|
||||
|
||||
def __exit__(self, type, value, traceback):
|
||||
configure(self.config_object)
|
||||
# Note: Nothing to do. The next SQL call will reconnect automatically.
|
||||
pass
|
||||
|
||||
|
||||
class UseThenDisconnect(object):
|
||||
|
|
Reference in a new issue