From e14ab5e580b9bff619692ecdc415c310b568d051 Mon Sep 17 00:00:00 2001 From: andrfla Date: Sun, 9 Oct 2011 17:57:30 +0000 Subject: [PATCH] added printing of filename in register-books --- cli/worblehat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/worblehat.py b/cli/worblehat.py index 94fa44a..821912e 100755 --- a/cli/worblehat.py +++ b/cli/worblehat.py @@ -369,6 +369,7 @@ def suggest_book_data(connection, tmp_file=False): def register_books(connection): filename = suggest_book_data(connection, tmp_file=True) + print("Tempfile filename: " + filename) run_editor(filename) commit(connection, filename)