From d443a3c2509889533ca812c163056bace396b586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 14 Jun 2023 20:35:58 +0200 Subject: New upstream version 0.32.1 --- data/apport/shotwell.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/apport/shotwell.py (limited to 'data/apport/shotwell.py') diff --git a/data/apport/shotwell.py b/data/apport/shotwell.py new file mode 100644 index 0000000..4b0dd78 --- /dev/null +++ b/data/apport/shotwell.py @@ -0,0 +1,6 @@ +import os.path +import apport.hookutils + +def add_info(report): + log_file = os.path.expanduser('~/.cache/shotwell/shotwell.log') + apport.hookutils.attach_file_if_exists(report, log_file, 'shotwell.log') -- cgit v1.2.3