We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf93b9 commit b2d1ac3Copy full SHA for b2d1ac3
procrunner/__init__.py
@@ -488,7 +488,7 @@ def run(
488
stdin_pipe = subprocess.PIPE
489
if debug is not None:
490
warnings.warn(
491
- "Use of the debug parameter is deprecated", DeprecationWarning, stacklevel=2
+ "Use of the debug parameter is deprecated", DeprecationWarning, stacklevel=3
492
)
493
494
start_time = timeit.default_timer()
@@ -498,7 +498,7 @@ def run(
498
499
"Using procrunner with timeout and without raise_timeout_exception set is deprecated",
500
DeprecationWarning,
501
- stacklevel=2,
+ stacklevel=3,
502
503
504
if environment is not None:
0 commit comments