From 2d58d7e97632f5c992de62af779985a1f29400e7 Mon Sep 17 00:00:00 2001 From: Thomas Weise Date: Fri, 22 Mar 2024 08:59:51 +0800 Subject: [PATCH] transition to using pycommons unified build process --- moptipy/examples/jssp/evaluation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moptipy/examples/jssp/evaluation.py b/moptipy/examples/jssp/evaluation.py index e0ee0075a..acec9fe24 100644 --- a/moptipy/examples/jssp/evaluation.py +++ b/moptipy/examples/jssp/evaluation.py @@ -195,7 +195,7 @@ def __ma(mtch: Match, suffix: str) -> str: if ns == s: continue found = True - os = namer.get(s, None) + os = namer.get(s) if os is not None: if os == ns: continue