We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e76144 commit 3ad441eCopy full SHA for 3ad441e
mbed/mbed.py
@@ -1143,7 +1143,7 @@ def write(self):
1143
action("Updating reference \"%s\" -> \"%s\"" % (relpath(cwd_root, self.path) if cwd_root != self.path else self.name, ref))
1144
with open(self.lib, 'wb') as f:
1145
with_auth = urlparse(ref)
1146
- f.write(with_auth._repalce(netloc=with_auth.hostname).geturl())
+ f.write(with_auth._replace(netloc=with_auth.hostname).geturl())
1147
f.write("\n")
1148
1149
def rm_untracked(self):
0 commit comments