Skip to content

Commit

Permalink
variable delete
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanson8 committed Sep 25, 2018
1 parent cc6b84a commit 4fd7fbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oclcIsbn.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
subtitle = record.find('datafield', {'tag' : '245'}).find('subfield', {'code' : 'b'}).text.encode('utf-8')
fullTitle = title + subtitle
except:
subtitle = ''
fullTitle = title
except:
fullTitle = ''
Expand Down

0 comments on commit 4fd7fbd

Please sign in to comment.