From e92c2cfe8d224f73b4909b513749022ebba17348 Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Mon, 8 May 2017 15:12:38 -0500 Subject: [PATCH] Correct opf_docbook.py bug Signed-off-by: Jeff Scheel --- rst_template/opf_docbook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rst_template/opf_docbook.py b/rst_template/opf_docbook.py index 7496cd4..c0b8882 100644 --- a/rst_template/opf_docbook.py +++ b/rst_template/opf_docbook.py @@ -137,7 +137,7 @@ def insert_toc_into_book(toc_file, book_file): print 'Error: key string of "', key_string, '" not found in ', book_file sys.exit(-7) -def build_revhistory() +def build_revhistory(): from subprocess import Popen, PIPE # Variables for formating git log