X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=make_graph.py;h=5a58895a39b0715b504ae620a632576a1151e99b;hb=refs%2Fheads%2Fmaster;hp=779572ad3f0ef14d91debcc74e08cc832e588d1a;hpb=2582e240bd504307b206a384008adb4dd545eb19;p=open-adventure.git diff --git a/make_graph.py b/make_graph.py index 779572a..5a58895 100755 --- a/make_graph.py +++ b/make_graph.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: Copyright Eric S. Raymond +# SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause """\ usage: make_graph.py [-a] [-d] [-m] [-s] [-v] @@ -144,6 +144,7 @@ if __name__ == "__main__": debug = False for (switch, val) in options: if switch == "-a": + # pylint: disable=unnecessary-lambda-assignment subset = lambda loc: True elif switch == "-d": subset = alldifferent