Here is just one example of the various errors is throwing for me... print "ERR: Failed during creation of repo {} in github: {}".format(path, ex.message) "ex" is not definedPylance[reportUndefinedVariable](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportUndefinedVariable)
Here is just one example of the various errors is throwing for me...
print "ERR: Failed during creation of repo {} in github: {}".format(path, ex.message)
"ex" is not definedPylancereportUndefinedVariable