Skip to content

Commit c540273

Browse files
Remove duplicate '/project.clj' key in _MANIFEST_ENDS dict
The '/project.clj': 'clojure' entry appeared twice in the _MANIFEST_ENDS dictionary in classify.py. The second entry silently overwrote the first. Remove the duplicate to clean up the code. Signed-off-by: codewithfourtix <codewithfourtix@gmail.com>
1 parent d320c97 commit c540273

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/summarycode/classify.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def get_relative_path(root_path, path):
4545
_MANIFEST_ENDS = {
4646
'.about': 'ABOUT file',
4747
'/bower.json': 'bower',
48-
'/project.clj': 'clojure',
4948
'.podspec': 'cocoapod',
5049
'/composer.json': 'composer',
5150
'/description': 'cran',

0 commit comments

Comments
 (0)