Skip to content

Commit 73962ad

Browse files
committed
Merge branch 'tor/submodels-hotfixes' of github.com:TuringLang/DynamicPPL.jl into tor/submodels-hotfixes
2 parents 29d692a + 917334b commit 73962ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/submodel_macro.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function submodel(prefix_expr, expr, ctx=esc(:__context__))
235235
ctx = prefix_submodel_context(prefix, L, ctx)
236236
catch e
237237
error(
238-
"failed to determine prefix from $(L); please specify prefix using the `@submodel prefix=\"your prefix\" ...` syntax"
238+
"failed to determine prefix from $(L); please specify prefix using the `@submodel prefix=\"your prefix\" ...` syntax",
239239
)
240240
end
241241
quote

0 commit comments

Comments
 (0)