gisobuild icon indicating copy to clipboard operation
gisobuild copied to clipboard

ciso_rpm_files (typo, should be cisco_rpm_files) is keep growing with duplicated items

Open skwsk opened this issue 3 years ago • 1 comments

gisobuild_exr_engine.py

  1. Typo : ciso_rpm_files should be cisco_rpm_files

  2. ciso_rpm_files keep growing with duplicated items. The below lines do not need to execute multiple times, should be only once around line 527.

                                    for repo_path in repo_paths:
                                        cisco_rpm=("%s/%s*.rpm" %(repo_path, platform))
                                        ciso_rpm_files += glob.glob(cisco_rpm)

skwsk avatar Nov 07 '22 11:11 skwsk

We will review and update asap.

cmohapat avatar Nov 15 '22 08:11 cmohapat