Remember ot set the cache

hotfix-virtualenv-no-downlaod
Eric Holscher 2016-11-01 21:36:09 -07:00
parent 65083c32b5
commit ab5872c953
1 changed files with 1 additions and 0 deletions

View File

@ -72,3 +72,4 @@ class Command(BaseCommand):
Project.objects.filter(pk=project.pk).update(programming_language=slug)
else:
print 'Language unknown: %s' % top_lang
CACHE[cache_key] = top_lang