projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5823eb9
)
Support optional --platform argument
author
Dan Scott
<dan@coffeecode.net>
Thu, 28 Jul 2011 16:19:20 +0000
(12:19 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 7 May 2013 18:36:38 +0000
(14:36 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/ebooks/prep_ebook_records.py
patch
|
blob
|
history
diff --git
a/tools/ebooks/prep_ebook_records.py
b/tools/ebooks/prep_ebook_records.py
index
cefe047
..
d7ef422
100644
(file)
--- a/
tools/ebooks/prep_ebook_records.py
+++ b/
tools/ebooks/prep_ebook_records.py
@@
-394,6
+394,9
@@
def add_platform(record, options):
have a matching 710 for digital platform.
"""
+ if not 'platform' in options:
+ return False
+
platform = options['platform']
need_platform = True