summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/helpers/reset_section.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/reset_section.py b/src/helpers/reset_section.py
index 7e464afd5..e57068d45 100755
--- a/src/helpers/reset_section.py
+++ b/src/helpers/reset_section.py
@@ -84,7 +84,7 @@ else:
del test
-session_id = int(pid) if pid else os.getppid()
+session_id = int(pid) if pid else os.getpid()
if in_session:
# check hint left by vyshim when ConfigError is from apply stage