Skip to content

Commit

Permalink
Minor bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
asherpasha committed Nov 2, 2023
1 parent 811621b commit f6fb31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/resources/efp_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def get(self, species=""):

for file in data_files:
if file.endswith(".xml") and file != "efp_info.xml":
results.append(file.rstrip(".xml"))
results.append(file.replace(".xml", ""))

return BARUtils.success_exit(results)
else:
Expand Down

0 comments on commit f6fb31a

Please sign in to comment.