Skip to content

Commit a702e3f

Browse files
committed
fix: example context
1 parent 4ef5273 commit a702e3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pydra/utils/messenger.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ def make_message(obj, context=None):
137137
"""Build a message."""
138138
if context is None:
139139
context = {
140-
"@context": "https://raw.githubusercontent.com/"
141-
"nipype/pydra/enh/task/pydra/schema/context.jsonld"
140+
"@context": "https://raw.githubusercontent.com/nipype/pydra/master/pydra/schema/context.jsonld"
142141
}
143142
message = context.copy()
144143
message.update(**obj)

0 commit comments

Comments
 (0)