summaryrefslogtreecommitdiff
path: root/devel/py-debugpy/files/patch-src-debugpy-_vendored-pydevd-pydevd_attach_to_process-_check.py
blob: 0c14352ae3d1602b47e4de48ebbf6ba4b04954b8 (plain) (blame)
1
2
3
4
5
6
7
--- src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py.orig	2021-09-09 10:13:20 UTC
+++ src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py
@@ -1,2 +1,2 @@
 import add_code_to_python_process
-print add_code_to_python_process.run_python_code(3736, "print(20)", connect_debugger_tracing=False)
\ No newline at end of file
+print(add_code_to_python_process.run_python_code(3736, "print(20)", connect_debugger_tracing=False))