Hello Pascal,
Thank you for your quick answer. The thing is that Python seems to be working correctly, since when I type python in the terminal it
shows me the python version and it enters in the python console mode, so I guess that something is happening with the pre-commit hook…
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx]
On Behalf Of Pascal Quantin
Sent: Wednesday 17 February 2016 08:52
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] pre-commit ImportError
Hi Gloria,
2016-02-17 8:48 GMT+01:00 POZUELO Gloria (BCS/PSD) <gloria.pozuelo@xxxxxxxx>:
Hello,
I’d like to ask you about a problem with the pre-commit hook. It turns out that when I try to commit my changes it shows me a message that says: “ImportError: No module named site”,
but when I delete the pre-commit hook it allows me to commit my changes but no Change-Id is generated... What can I do?