Opt-out of linting on the special cases we have, given new ignore rules

This commit is contained in:
Alex Stokes
2019-08-03 12:45:55 -07:00
committed by Kevin Mai-Husan Chia
parent 03b1304fe7
commit cb301fcc51
3 changed files with 6 additions and 6 deletions

View File

@ -53,9 +53,10 @@ async def run(port, destination, localhost):
print(
f"Run 'python ./examples/chat/chat.py"
+ localhost_opt
+ f" -p {int(port) + 1} -d /ip4/{ip}/tcp/{port}/p2p/{host.get_id().pretty()}' on another console.\n"
+ f" -p {int(port) + 1} -d /ip4/{ip}/tcp/{port}/p2p/{host.get_id().pretty()}'"
+ " on another console."
)
print("\nWaiting for incoming connection\n\n")
print("Waiting for incoming connection...")
else: # its the client
maddr = multiaddr.Multiaddr(destination)