tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages.scrapy: fix 1.4.0 update
Albert Peschar
8 years ago
77edba1f
13181204
-5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
scrapy
permissions-fix.patch
-5
pkgs/development/python-modules/scrapy/permissions-fix.patch
···
21
21
22
22
def run(self, args, opts):
23
23
if len(args) not in (1, 2):
24
24
-
@@ -118,4 +117,3 @@ class Command(ScrapyCommand):
25
25
-
_templates_base_dir = self.settings['TEMPLATES_DIR'] or \
26
26
-
join(scrapy.__path__[0], 'templates')
27
27
-
return join(_templates_base_dir, 'project')
28
28
-
-