We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gisobuild_exr_engine.py
Typo : ciso_rpm_files should be cisco_rpm_files
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)
The text was updated successfully, but these errors were encountered:
We will review and update asap.
Sorry, something went wrong.
No branches or pull requests
gisobuild_exr_engine.py
Typo : ciso_rpm_files should be cisco_rpm_files
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.
The text was updated successfully, but these errors were encountered: