Skip to content

Commit

Permalink
Make comment more concise
Browse files Browse the repository at this point in the history
edited comment to be shorter and easier to understand
  • Loading branch information
LTDakin committed Nov 27, 2023
1 parent e56a7d4 commit 9f235bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def filtered_images_query(db_address: str, query_filters: list):
image_pkgs = list(filter(filter_img_pkgs_final_sstack, image_pkgs))
return image_pkgs

# Filter removes intermediate smart stacks to reduce the size of payload sent to the ui
# Filter smart stacks to reduce the size of ui payload
def filter_img_pkgs_final_sstack(img_pkg):
try:
if img_pkg["SMARTSTK"] == 'no' or img_pkg["SMARTSTK"] == img_pkg["SSTKNUM"]:
Expand Down

0 comments on commit 9f235bb

Please sign in to comment.