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)