From 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 09:06:59 +0200 Subject: Imported Upstream version 0.18.1 --- apport/shotwell.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apport/shotwell.py (limited to 'apport') 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