[Important] Error in Bench Update?

Dear vjFaLk, the installation of the missing package led to a full running bench update. The target system ist running now properly.

Thank you very much.

1 Like

I’m on Develop version and I still get this error return match.group(2)
AttributeError: ‘NoneType’ object has no attribute ‘group’. I’m on version 7 already, so all bench update commands are culminating in the same above error.

What suggestions?

Hello @JayRam,

I had the same problem and resolved it with

cd bench-repo
git pull

Then i was able to run the bench update without the error you also had.

I’m on Develop. Not on Production. Hence no bench-repo folder. Need another
approach.

Thanks

Jay

@JayRam on develop branch you’ve bench-repo folder as well

@JayRam
I am on develop too. Each bench installation (develop/production) has a repo folder under user/local/…

You must navigate to the repo folder and issue the git pull there.

1 Like

this works on ubuntu 12 master branch,both git fetch and git pull needed