Fix UnboundLocalError for os module in --list-cached-models
The local import of os inside the HTTPS block caused Python to treat os as a local variable throughout the main() function.
Showing
Please
register
or
sign in
to comment
The local import of os inside the HTTPS block caused Python to treat os as a local variable throughout the main() function.