Skip to content

Commit dab312c

Browse files
authored
Update CloudGraphsDFG.jl
1 parent e797a16 commit dab312c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ end
341341

342342
function listFactors(dfg::CloudGraphsDFG, regexFilter::Union{Nothing, Regex}=nothing; tags::Vector{Symbol}=Symbol[], solvable::Int=0)::Vector{Symbol}
343343
# Optimized for DB call
344-
length(tags) > 0 @error "Filter on tags not implemented for CloudGraphsDFG"
344+
length(tags) > 0 && (@error "Filter on tags not implemented for CloudGraphsDFG")
345345
if regexFilter == nothing
346346
return _getLabelsFromCyphonQuery(dfg.neo4jInstance, "(node:$(dfg.userId):$(dfg.robotId):$(dfg.sessionId):FACTOR) where node.solvable >= $solvable")
347347
else

0 commit comments

Comments
 (0)