From a3b542285331823ab8e05662a3ae0d5fc73f974f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 3 May 2012 17:20:03 -0400 Subject: Better handling of dependencies regarding to PDF processing --- lib/office.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/office.py') diff --git a/lib/office.py b/lib/office.py index 8350244..b557a6c 100644 --- a/lib/office.py +++ b/lib/office.py @@ -179,8 +179,9 @@ class PdfStripper(parser.GenericParser): return True except: print('Unable to remove all metadata from %s, please install\ - pdfrw' % self.output) +pdfrw' % self.output) return False + return True def get_meta(self): ''' -- cgit v1.3