Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit d2a1315

Browse files
committed
Old debug message
1 parent 02e3efd commit d2a1315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/pipeline/secrets/signatures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def find_in_string(cls, text: str) -> List[Match]:
216216
return []
217217

218218
if not cls._yaml_path:
219-
raise RuntimeError("SecretFinder not initialized. Call initialize() first.")
219+
raise RuntimeError("SecretFinder not initialized.")
220220

221221
matches = []
222222
lines = text.splitlines()

0 commit comments

Comments
 (0)