Skip to content

Commit

Permalink
Fix bug in DEFS file caught by espresso test :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam Korlam committed Jan 28, 2017
1 parent 90a5141 commit dc51865
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def merge_maps(**res_maps):
basename = os.path.basename(key)
new_key = '/'.join([dirname, path.replace('/', '_') + '_' + basename])
result[new_key] = res_map[key]

result[key] = res_map[key]
else:
result[key] = res_map[key]

return result

Expand Down

0 comments on commit dc51865

Please sign in to comment.