You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenerateBaselineDB is returning a database connector which means it is creating an empty database regardless of whether we then call GenerateBaselineDB.dbsetup() which is where this could/should(?) happen. Impact should be minimal while this isn't fixed - the file-handle will be overwritten, e.g. in unit tests. It would be good to clear this up when there is an opportunity.
The text was updated successfully, but these errors were encountered:
GenerateBaselineDB
is returning a database connector which means it is creating an empty database regardless of whether we then callGenerateBaselineDB.dbsetup()
which is where this could/should(?) happen. Impact should be minimal while this isn't fixed - the file-handle will be overwritten, e.g. in unit tests. It would be good to clear this up when there is an opportunity.The text was updated successfully, but these errors were encountered: