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
Very new to vscode/python so its very likely a me issue, but does anyone know why this might be?
Here is the error i got: line 500, in execute_commit with sqlite3.connect(self.db_name) as conn: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered:
Very new to vscode/python so its very likely a me issue, but does anyone know why this might be?
Here is the error i got:
line 500, in execute_commit with sqlite3.connect(self.db_name) as conn: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered: