Skip to content

Commit 0d6547e

Browse files
committed
lint
1 parent 1a269da commit 0d6547e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

archipelago/DK64Client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,7 @@ def on_package(self, cmd: str, args: dict):
764764
if server_major != ap_major or server_minor != ap_minor:
765765
logger.error("Your DK64 APworld does not match with the generated world.")
766766
logger.error(f"Your version: {ap_version} | Generated version: {server_ver}")
767-
raise Exception("Your DK64 APworld does not match with the generated world.\n" +
768-
f"Your version: {ap_version} | Generated version: {server_ver}")
767+
raise Exception("Your DK64 APworld does not match with the generated world.\n" + f"Your version: {ap_version} | Generated version: {server_ver}")
769768
if server_patch != ap_patch:
770769
logger.warning("Your DK64 APworld does not match with the generated world, but this should not be a breaking change.")
771770
logger.warning("While we try to maintain backwards compatibility on patch versions, be warned that something might break.")

0 commit comments

Comments
 (0)