Skip to content

Commit

Permalink
fix: fix missing line
Browse files Browse the repository at this point in the history
reinstate something i accidentally deleted apparently
  • Loading branch information
jrdh committed Sep 30, 2024
1 parent f54b279 commit 27aedbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/nhm/lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,8 @@ def group_resources(resource_list):


def get_resource_size(resource_dict):
# kilo, mega, giga, etc. I could make this a list but what's the point
prefixes = "KMGTPEZ"
if toolkit.get_action("vds_resource_check")(
{}, {'resource_id': resource_dict['id']}
):
Expand Down

0 comments on commit 27aedbc

Please sign in to comment.