[kupfer] plugin.image: Write debug output upon running 'jhead'
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [kupfer] plugin.image: Write debug output upon running 'jhead'
- Date: Thu, 17 Sep 2009 19:23:35 +0000 (UTC)
commit 4acfa8eee20ef5f7135ab1c1fd8e67677a0687c6
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Thu Sep 17 15:02:53 2009 +0200
plugin.image: Write debug output upon running 'jhead'
kupfer/plugin/image.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/plugin/image.py b/kupfer/plugin/image.py
index e48af33..ef716ec 100644
--- a/kupfer/plugin/image.py
+++ b/kupfer/plugin/image.py
@@ -146,6 +146,7 @@ class Autorotate (Action):
pretty.print_debug(__name__ , "Action %s needs 'jhead'" % self)
else:
out, err = proc.communicate()
+ pretty.print_debug(__name__, "Running", cmdargs)
return any(li.startswith("Orientation") for li in out.splitlines())
def get_description(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]