Skip to content

Commit 5254159

Browse files
committed
run pre-commit
1 parent 10fb861 commit 5254159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git/cmd.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,8 @@ def execute(
12141214
warnings.warn(
12151215
"Git.show() has strip_newline_in_stdout=True by default, which probably isn't what you want and will "
12161216
"change in a future version. It is recommended to use Git.show(..., strip_newline_in_stdout=False)",
1217-
DeprecationWarning
1217+
DeprecationWarning,
1218+
stacklevel=1,
12181219
)
12191220

12201221
# Allow the user to have the command executed in their working dir.

0 commit comments

Comments
 (0)