##// END OF EJS Templates
removed binary files from trending sources
marcink -
r789:9fec2207 beta
parent child Browse files
Show More
@@ -350,7 +350,7 def __get_codes_stats(repo_name):
350 350 ext = f.extension
351 351 key = LANGUAGES_EXTENSIONS_MAP.get(ext, ext)
352 352 key = key or ext
353 if ext in LANGUAGES_EXTENSIONS_MAP.keys():
353 if ext in LANGUAGES_EXTENSIONS_MAP.keys() and not f.is_binary:
354 354 if code_stats.has_key(key):
355 355 code_stats[key] += 1
356 356 else:
General Comments 0
You need to be logged in to leave comments. Login now