We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a39f0 commit 43dca41Copy full SHA for 43dca41
1 file changed
src/murfey/client/analyser.py
@@ -83,7 +83,7 @@ def __init__(
83
)
84
85
def __repr__(self) -> str:
86
- return f"<Analyser ({self._basepath})"
+ return f"<Analyser ({self._basepath})>"
87
88
def _find_extension(self, file_path: Path):
89
"""
0 commit comments