Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
skwsk opened this issue Nov 7, 2022 · 1 comment

Comments

@skwsk
Copy link

skwsk commented Nov 7, 2022

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)
@cmohapat
Copy link
Collaborator

We will review and update asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants