Commit 6ef9c33342e6cdb898e157997ea33ed2ab8e00cb

Bruno Haible 2022-08-06T03:18:32

gnulib-tool.py: Don't initialize local variables too early. * gnulib-tool.py (main): Initialize each local variable in one place. I prefer to have pylint tell me about uninitialized variables than to get the value None at runtime.