We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d8c4f commit 5408be3Copy full SHA for 5408be3
1 file changed
src/seclab_taskflows/mcp_servers/gh_file_viewer.py
@@ -57,7 +57,7 @@ def __repr__(self):
57
try:
58
Base.metadata.create_all(engine, tables=[SearchResults.__table__])
59
except Exception as e:
60
- logging.exception(f"Database already exists: {e}") # only log here, as this error likely only happens in test
+ logging.exception(f"Database already exists") # only log here, as this error likely only happens in test
61
62
63
async def call_api(url: str, params: dict) -> str:
0 commit comments