From a13f0482420f1df84c79dcbbd4dd5909f93cbff4 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 4 Feb 2012 17:20:13 -0400 Subject: [PATCH] Fix indentation --- apps/converter/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/converter/api.py b/apps/converter/api.py index 2c3269fab9..3c0b2ea08d 100644 --- a/apps/converter/api.py +++ b/apps/converter/api.py @@ -106,7 +106,7 @@ def get_page_count(input_filepath): input_filepath = office_converter.output_filepath except OfficeConversionError: - raise UnknownFileFormat('office converter exception') + raise UnknownFileFormat('office converter exception') return backend.get_page_count(input_filepath)