From 88a5715f8c53852a6e231315d4aca361df2e6493 Mon Sep 17 00:00:00 2001 From: Philip Paquette Date: Sun, 3 Mar 2019 13:56:26 -0500 Subject: Updated pylint to v2.3.0 --- diplomacy/tests/network/test_real_game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diplomacy/tests') diff --git a/diplomacy/tests/network/test_real_game.py b/diplomacy/tests/network/test_real_game.py index a16e4f6..94ecc19 100644 --- a/diplomacy/tests/network/test_real_game.py +++ b/diplomacy/tests/network/test_real_game.py @@ -254,7 +254,7 @@ def on_message_received(game, notification): raise AssertionError( '%s/there are still messages to send to %s (%d) before receiving messages from him. Received: %s' % (power_name, power_from, expected_message.time_sent, notification.message.message)) - elif expected_message.sender == power_from: + if expected_message.sender == power_from: if notification.message.is_global(): if not (expected_message.recipient == GLOBAL and expected_message.message == notification.message.message): -- cgit v1.2.3