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
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