mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pythonPackages.scrapy: fix 1.4.0 update
This commit is contained in:
parent
1318120484
commit
77edba1fc4
@ -21,8 +21,3 @@ index 5941066..89f8edb 100644
|
||||
|
||||
def run(self, args, opts):
|
||||
if len(args) not in (1, 2):
|
||||
@@ -118,4 +117,3 @@ class Command(ScrapyCommand):
|
||||
_templates_base_dir = self.settings['TEMPLATES_DIR'] or \
|
||||
join(scrapy.__path__[0], 'templates')
|
||||
return join(_templates_base_dir, 'project')
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user