Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@@ -33,7 +33,6 @@
import json
import mimetypes
import os
import sys
try :
from urlparse import urljoin
except ImportError :
@@ -29,7 +29,6 @@
from __future__ import unicode_literals , print_function
from collections import defaultdict
import sys
import os
import lxml .html
@@ -29,7 +29,6 @@
from __future__ import unicode_literals
import json
import os
import sys
import natsort
try :
from urlparse import urljoin
@@ -107,7 +106,6 @@ def gen_tasks(self):
if len (intersect ) > 0 :
for slug in intersect :
utils .LOGGER .error ("Category '{0}' and tag '{1}' both have the same slug '{2}' for language {3}!" .format ('/' .join (categories [slug ]), tags [slug ], slug , lang ))
utils .LOGGER .error ("Category '{0}' and tag '{1}' both have the same slug '{2}'!" .format (categories [slug ], tags [slug ], slug ))
# Test for category slug clashes
categories = {}
Toggle all file notes
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.