Skip to content

Commit e7e4be6

Browse files
committed
linting fix
1 parent de3c6a6 commit e7e4be6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

megadetector/utils/wi_utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,6 +1875,9 @@ def taxonomy_info_to_taxonomy_string(taxonomy_info, include_taxon_id_and_common_
18751875
18761876
Args:
18771877
taxonomy_info (dict): dict in the format stored in, e.g., taxonomy_string_to_taxonomy_info
1878+
include_taxon_id_and_common_name (bool, optional): by default, this function returns a
1879+
five-token string of latin names; if this argument is True, it includes the leading
1880+
(GUID) and trailing (common name) tokens
18781881
18791882
Returns:
18801883
str: string in the format used as keys in, e.g., taxonomy_string_to_taxonomy_info

0 commit comments

Comments
 (0)