Return the list of google books ids that are not recognized any more when trying to add ISBNs corresponding to isbn-less Editions that have Google Books IDs

pull/1/head
Raymond Yee 2012-02-16 13:18:22 -08:00
parent cf2e937969
commit 09ab830c20
1 changed files with 1 additions and 0 deletions

View File

@ -636,6 +636,7 @@ def add_missing_isbn_to_editions(max_num=None, confirm=False):
'no_isbn_found': no_isbn_found,
'editions_to_merge': editions_to_merge,
'exceptions': exceptions,
'google_id_not_found': google_id_not_found,
'confirm': ok
}