diff options
Diffstat (limited to 'bitbake/lib/bb/persist_data.py')
-rw-r--r-- | bitbake/lib/bb/persist_data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/persist_data.py b/bitbake/lib/bb/persist_data.py index bcca791edf..c4454b153a 100644 --- a/bitbake/lib/bb/persist_data.py +++ b/bitbake/lib/bb/persist_data.py | |||
@@ -154,6 +154,7 @@ class SQLTable(collections.abc.MutableMapping): | |||
154 | 154 | ||
155 | def __exit__(self, *excinfo): | 155 | def __exit__(self, *excinfo): |
156 | self.connection.__exit__(*excinfo) | 156 | self.connection.__exit__(*excinfo) |
157 | self.connection.close() | ||
157 | 158 | ||
158 | @_Decorators.retry() | 159 | @_Decorators.retry() |
159 | @_Decorators.transaction | 160 | @_Decorators.transaction |