update
This commit is contained in:
@@ -290,8 +290,6 @@ julia> result = checkinventory(agent, input)
|
|||||||
function checkinventory(a::T1, input::T2
|
function checkinventory(a::T1, input::T2
|
||||||
) where {T1<:agent, T2<:AbstractString}
|
) where {T1<:agent, T2<:AbstractString}
|
||||||
|
|
||||||
# [WORKING] make sure input has no french or german character
|
|
||||||
|
|
||||||
println("\n~~~ checkinventory order: $input ", @__FILE__, " ", @__LINE__)
|
println("\n~~~ checkinventory order: $input ", @__FILE__, " ", @__LINE__)
|
||||||
wineattributes_1 = extractWineAttributes_1(a, input)
|
wineattributes_1 = extractWineAttributes_1(a, input)
|
||||||
wineattributes_2 = extractWineAttributes_2(a, input)
|
wineattributes_2 = extractWineAttributes_2(a, input)
|
||||||
|
|||||||
Reference in New Issue
Block a user