From 49120f48474fc8fdc2448c75d961bc238213cfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 1 May 2018 14:34:32 +0200 Subject: New upstream version 0.28.2 --- apport/shotwell.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apport/shotwell.py (limited to 'apport/shotwell.py') diff --git a/apport/shotwell.py b/apport/shotwell.py new file mode 100644 index 0000000..a6a0183 --- /dev/null +++ b/apport/shotwell.py @@ -0,0 +1,7 @@ +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