fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed old commented code.
[wolnelektury.git]
/
catalogue
/
management
/
commands
/
importbooks.py
diff --git
a/catalogue/management/commands/importbooks.py
b/catalogue/management/commands/importbooks.py
index
fbc653f
..
838fd4f
100644
(file)
--- a/
catalogue/management/commands/importbooks.py
+++ b/
catalogue/management/commands/importbooks.py
@@
-40,7
+40,7
@@
class Command(BaseCommand):
if not os.path.splitext(file_name)[1] == '.xml':
print self.style.NOTICE("Skipping '%s': not an XML file." % file_path)
continue
- if verbosity >
1
:
+ if verbosity >
0
:
print "Parsing '%s'" % file_path
Book.from_xml_file(file_path)