Skip to content

Commit

Permalink
Merge branch 'feature/arg2p-integration' into feature/theory
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Jun 20, 2020
2 parents f338cd1 + 18860f0 commit 5cf72be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Retract : UnaryPredicate<ExecutionContext>("retract") {
break
}
}
yield(replyFail())
yield(replyFail(dynamicKb = dynamicKb))
}
}
}

0 comments on commit 5cf72be

Please sign in to comment.