Skip to content

Commit

Permalink
Oops, print only KG2 meta map, not for all KPs #2231
Browse files Browse the repository at this point in the history
  • Loading branch information
amykglen committed Dec 22, 2023
1 parent a3f4a30 commit aff9d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ARAX/ARAXQuery/Expand/kp_info_cacher.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def load_kp_info_caches(self, log: ARAXResponse):
smart_api_info = cache['smart_api_cache']
meta_map = cache['meta_map_cache']

log.debug(f"KG2 meta map is: {meta_map}")
log.debug(f"KG2 meta map is: {meta_map['infores:rtx-kg2']}")

return smart_api_info, meta_map

Expand Down

0 comments on commit aff9d04

Please sign in to comment.