mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2024-11-08 22:21:08 +00:00
Fix animation
This commit is contained in:
parent
f429f03237
commit
380c4cc3d5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ function sort_bundle_paths(bundle_paths::Vector{String})
|
||||||
|
|
||||||
for i in 1:n_bundles
|
for i in 1:n_bundles
|
||||||
bundle_path = bundle_paths[i]
|
bundle_path = bundle_paths[i]
|
||||||
bundle_num_string = bundle_path[(findfirst("bundle_", s).stop + 1):(end - extension_length)]
|
bundle_num_string = bundle_path[(findfirst("bundle_", bundle_path).stop + 1):(end - extension_length)]
|
||||||
bundle_nums[i] = parse(Int64, bundle_num_string)
|
bundle_nums[i] = parse(Int64, bundle_num_string)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue