We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6255f3 commit f00495dCopy full SHA for f00495d
1 file changed
src/libvcs/_internal/run.py
@@ -75,7 +75,7 @@ def process(
75
self,
76
msg: str,
77
kwargs: MutableMapping[str, t.Any],
78
- ) -> tuple[t.Any, MutableMapping[str, t.Any]]:
+ ) -> tuple[str, MutableMapping[str, t.Any]]:
79
"""Add additional context information for loggers."""
80
prefixed_dict = {}
81
prefixed_dict["bin_name"] = self.bin_name
0 commit comments