We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038dc69 commit 7f4049aCopy full SHA for 7f4049a
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