Skip to content

Commit 53b7e54

Browse files
Clarify error example (#96)
1 parent 77d364f commit 53b7e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yakut/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.13.1

yakut/subject_specifier_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def process_subject_specifier(
7777
f"Automatic network discovery did not return suitable dtypes for subject {subject_id}. "
7878
f"Either the subject-ID is incorrect, or the nodes that utilize it are currently offline, "
7979
f"or they do not support the introspection services required for automatic discovery. "
80-
f"Consider specifying the data type manually? The syntax is like {subject_id}:namespace.DataType"
80+
f"Consider specifying the data type manually? The syntax is like {subject_id}:namespace.DataType.1.0"
8181
) from None
8282
_logger.debug("Network discovery for subject %s done with dtype %s", subject_id, dtype)
8383
assert isinstance(dtype, type)

0 commit comments

Comments
 (0)