Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0

added printing of filename in register-books

This commit is contained in:
Andreas Lindahl Flåten 2011-10-09 17:57:30 +00:00
parent e71965048e
commit e14ab5e580
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ def suggest_book_data(connection, tmp_file=False):
def register_books(connection): def register_books(connection):
filename = suggest_book_data(connection, tmp_file=True) filename = suggest_book_data(connection, tmp_file=True)
print("Tempfile filename: " + filename)
run_editor(filename) run_editor(filename)
commit(connection, filename) commit(connection, filename)