Skip to content

Commit 9717adb

Browse files
committed
Update description of software retrieval function
1 parent 7da3659 commit 9717adb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

qiita_db/meta_util.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,8 @@ def _build_software_commands_col_names_object(active):
559559
'''
560560
Helper function for update_resource_allocation_redis
561561
562-
Gets all the available software with the corresponding software versions,
563-
with the corresponding commands, with the corresponding col_names, with
564-
column names from db
562+
Constructs a nested dictionary containing software commands and associated
563+
column names from the database.
565564
'''
566565

567566
col_name_list = []

0 commit comments

Comments
 (0)