Skip to content

Commit

Permalink
Adding one line
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and mambelli committed Nov 16, 2023
1 parent 32d6114 commit 02ab367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decisionengine_modules/NERSC/sources/NerscSFApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def send_query(self):
# HK> This if condition will choose only m3249 for fife and discard m3990
if each_dict["repo_name"] == self.localmap[username]:
local_dict = {each_key: each_dict[each_key] for each_key in self.keys_list}
local_dict["real_name"] = username
results.append(local_dict)
return results

Expand Down

0 comments on commit 02ab367

Please sign in to comment.