]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Don't use mutable default arguments.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 14 Apr 2024 01:51:06 +0000 (18:51 -0700)
committerBruno Haible <bruno@clisp.org>
Sun, 14 Apr 2024 06:10:50 +0000 (08:10 +0200)
commitf67b0b14ddaeed38b23c7db035eb4d0b38b56a12
tree71cb8ebffed9040fb39d384010ad6953983bd108
parentd84255c1285785c3d53aad17c05b83291846be06
gnulib-tool.py: Don't use mutable default arguments.

* pygnulib/GLFileSystem.py (GLFileAssistant.__init__): Set the default
argument for 'transformers' to None. If it is None then set it to an
empty dictionary in the body.
ChangeLog
pygnulib/GLFileSystem.py