We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MetaDataStore.databases
1 parent 060c7d6 commit 62da4d3Copy full SHA for 62da4d3
1 file changed
activity_browser/bwutils/metadata.py
@@ -177,6 +177,7 @@ def check_databases(self):
177
removed_dbs = [db for db in self.databases if db not in bd.databases]
178
for db in removed_dbs:
179
self.dataframe.drop(self.dataframe[self.dataframe.database == db].index, inplace=True)
180
+ self.databases.remove(db)
181
182
def get_existing_fields(self, field_list: list) -> list:
183
"""Return a list of fieldnames that exist in the current dataframe."""
0 commit comments