fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding polls to croudfunding
[wolnelektury.git]
/
apps
/
catalogue
/
management
/
commands
/
pack.py
diff --git
a/apps/catalogue/management/commands/pack.py
b/apps/catalogue/management/commands/pack.py
index
280c0f6
..
6ecf32d
100755
(executable)
--- a/
apps/catalogue/management/commands/pack.py
+++ b/
apps/catalogue/management/commands/pack.py
@@
-24,7
+24,7
@@
class Command(BaseCommand):
help='Exclude specific books by slug')
)
help = 'Prepare ZIP package with files of given type.'
help='Exclude specific books by slug')
)
help = 'Prepare ZIP package with files of given type.'
- args = '[%s] output_path.zip' % '|'.join(
ftype
s)
+ args = '[%s] output_path.zip' % '|'.join(
Book.format
s)
def handle(self, ftype, path, **options):
self.style = color_style()
def handle(self, ftype, path, **options):
self.style = color_style()