Skip to content

Commit

Permalink
spaceFilter fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Sep 27, 2024
1 parent 8bc72b9 commit aac47af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heta_cli/connect.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function load_platform(
spaceFilter = "^(" * join(spaceFilter, "|") * ")\$"
end

export_ = isnothing(spaceFilter) ? "{format:Julia,filepath:$MODEL_DIR}" : "{format:Julia,filepath:$MODEL_DIR,spaceFilter:'$spaceFilter'}"
export_ = isnothing(spaceFilter) ? "{format:Julia, filepath:$MODEL_DIR}" : "{format:Julia, filepath:$MODEL_DIR, spaceFilter:$spaceFilter}"
# convert heta model to julia
build_res = heta_build(target_dir; dist_dir = dist_dir, export_ = export_, kwargs...)

Expand Down

0 comments on commit aac47af

Please sign in to comment.