Skip to content

Commit 05d5db8

Browse files
committed
added sqlite tests
1 parent 2e11ccd commit 05d5db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rowgen/extract_from_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ def extract_db_schema(db_url: str) -> Dict:
8989
return schema
9090

9191
except SQLAlchemyError as e:
92-
raise Exception(f"Failed to extract schema: {str(e)}")
92+
raise Exception(f"Failed to extract schema: {str(e)}") from None

0 commit comments

Comments
 (0)