Sort fqme suggestions pre-print

distribute_dis
Tyler Goodlet 2023-12-04 11:34:39 -05:00
parent 24a54a7085
commit 239c1c457e
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class NativeStorageClient:
if bs_fqme in tskey:
possible_matches.append(tskey)
match_str: str = '\n'.join(possible_matches)
match_str: str = '\n'.join(sorted(possible_matches))
raise TimeseriesNotFound(
f'No entry for `{fqme}`?\n'
f'Maybe you need a more specific fqme-key like:\n\n'