Skip to content

Commit 6217763

Browse files
committed
Update error message when an invalid link is used
1 parent 7f260fe commit 6217763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporalio/nexus/_link_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def temporal_link_to_nexus_link(
111111
return activity_link_to_nexus_link(temporal_link.activity)
112112

113113
case "batch_job":
114-
raise NotImplementedError("only workflow links are supported")
114+
raise NotImplementedError("batch_job links are not supported")
115115

116116
case None:
117117
logger.warning("Invalid Temporal link: missing variant")

0 commit comments

Comments
 (0)