I am creating local repository for gerrit.
when I execute the command :
git-review -s
it gives me error as :
branch_parts = branch_name.split("/")
AttributeError: 'NoneType' object has no attribute 'split'
can anyone let me know how to solve the same?
This happens if your value is
NoneMake sure the value in
branch_nameis as expected