Skip to content

Commit

Permalink
transition to using pycommons unified build process
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasWeise committed Mar 22, 2024
1 parent 2fad423 commit 2d58d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moptipy/examples/jssp/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d58d7e

Please sign in to comment.