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

Various fixes: missed code uses, other updates #27711

Open
wants to merge 10 commits into
base: bugfix-2.1.x
Choose a base branch
from
Prev Previous commit
Next Next commit
fix "error" is not a known attribute of module "urllib"
classicrocker883 committed Feb 24, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ac812e3d6f4cc7b8d0baa44350990445d05b1984
2 changes: 1 addition & 1 deletion buildroot/bin/use_example_configs
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
# The fallback branch is bugfix-2.1.x.
#

import os, subprocess, sys, urllib.request
import os, subprocess, sys, urllib.request, urllib.error

def get_current_branch():
try: