diff --git a/proton b/proton index 783ec7a9..36742646 100755 --- a/proton +++ b/proton @@ -1542,7 +1542,7 @@ class Session: remote_debug_proc.kill() try: remote_debug_proc.communicate(2) - except subprocess.TimeoutExpired as e: + except subprocess.TimeoutExpired: log("terminate remote debugger") remote_debug_proc.terminate() remote_debug_proc.communicate()