You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
msg="A newer version of nrfutil may already be installed. Consider using a separate virtual environment when installing legacy versions. \nProceed (y/N)? "
77
+
msg= ("A newer version of nrfutil may already be installed. Consider using a separate "
78
+
"virtual environment when installing legacy versions. \nProceed (y/N)? ")
77
79
print(msg)
78
80
sys.stdout.flush()
79
81
prompt=sys.stdin.readline().strip()
80
82
if(prompt.lower() notinvalid_response):
81
83
install_package=False
82
84
83
85
exceptImportError:
84
-
pass# pkg_resources not available.
85
-
except:
86
-
pass# Nrfutil is not already installed.
86
+
pass# pkg_resources not available.
87
+
exceptException:
88
+
pass# Nrfutil is not already installed.
87
89
88
90
89
91
# Exit program if user doesn't want to replace newer version.
0 commit comments