Skip to content

Commit 7e59d45

Browse files
AffieCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ea0b908 commit 7e59d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/AbstractDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function mergeStorelink!(dfg::AbstractDFG, link_to_store::AbstractBlobstore)
125125
if hasBlobstore(dfg, label)
126126
existing_store = getBlobstore(dfg, label)
127127
if existing_store != link_to_store
128-
throw(MergeConflictError("Blobstore", label))
128+
throw(MergeConflictError("Merge conflict for Blobstore with label $(label)"))
129129
else
130130
return 0 # no merge needed, they are the same store
131131
end

0 commit comments

Comments
 (0)