Sort fqme suggestions pre-print
parent
24a54a7085
commit
239c1c457e
|
@ -243,7 +243,7 @@ class NativeStorageClient:
|
||||||
if bs_fqme in tskey:
|
if bs_fqme in tskey:
|
||||||
possible_matches.append(tskey)
|
possible_matches.append(tskey)
|
||||||
|
|
||||||
match_str: str = '\n'.join(possible_matches)
|
match_str: str = '\n'.join(sorted(possible_matches))
|
||||||
raise TimeseriesNotFound(
|
raise TimeseriesNotFound(
|
||||||
f'No entry for `{fqme}`?\n'
|
f'No entry for `{fqme}`?\n'
|
||||||
f'Maybe you need a more specific fqme-key like:\n\n'
|
f'Maybe you need a more specific fqme-key like:\n\n'
|
||||||
|
|
Loading…
Reference in New Issue