aboutsummaryrefslogtreecommitdiffstats
path: root/anteater/src/get_lists.py
diff options
context:
space:
mode:
Diffstat (limited to 'anteater/src/get_lists.py')
-rw-r--r--anteater/src/get_lists.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/anteater/src/get_lists.py b/anteater/src/get_lists.py
index ff63442..4eb1d3f 100644
--- a/anteater/src/get_lists.py
+++ b/anteater/src/get_lists.py
@@ -86,9 +86,8 @@ class GetLists(object):
def binary_hash(self, project, patch_file):
self.load_project_exception_file(ml.get('project_exceptions'), project)
- file_name = os.path.basename(patch_file)
try:
- binary_hash = (ml['binaries'][project][file_name])
+ binary_hash = (ml['binaries'][project][patch_file])
return binary_hash
except KeyError:
binary_hash = 'null'