Skip to content

Commit 046b8b8

Browse files
committed
webrepl_cli.py: Fix typo, = should be ==.
1 parent e4918fe commit 046b8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrepl_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def error(msg):
142142

143143
def parse_remote(remote):
144144
host, fname = remote.rsplit(":", 1)
145-
if fname = "":
145+
if fname == "":
146146
fname = "/"
147147
port = 8266
148148
if ":" in host:

0 commit comments

Comments
 (0)