]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Coding style: Avoid not().
authorCollin Funk <collin.funk1@gmail.com>
Sat, 16 Mar 2024 14:20:39 +0000 (07:20 -0700)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Mar 2024 16:12:09 +0000 (17:12 +0100)
commited162c198e466f934acf6f19c622ff5c61ee48e0
tree0967cf96198d1ae97936617fc33ef2834771639a
parente08233e8830bec337d56bb44ab89f2b75913dee2
gnulib-tool.py: Coding style: Avoid not().

* pygnulib/GLModuleSystem.py (isNonTests): Avoid not(). Write
'not condition' instead of 'not(condition)'.
ChangeLog
pygnulib/GLModuleSystem.py