From 9ebeb5115315ba5cb5170425c1e9ebbbe9da41b8 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Mon, 2 Jul 2018 13:41:09 +0200 Subject: [PATCH] Send Python version in crash reports --- lib/base_crash_reporter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/base_crash_reporter.py b/lib/base_crash_reporter.py index fc30faf38..1f3bf669e 100644 --- a/lib/base_crash_reporter.py +++ b/lib/base_crash_reporter.py @@ -43,6 +43,7 @@ class BaseCrashReporter(object):

Additional information