Skip to content

Commit 957e14c

Browse files
committed
Fix format args.
- Legacy-Id: 852
1 parent 664f42b commit 957e14c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def testUrlsReachability(self):
299299
for url in module.reachability:
300300
code, source = module.reachability[url]
301301
if not code:
302-
note(" %s" % (code, url))
302+
note(" %s" % ( url))
303303
if url.startswith("/"):
304304
baseurl, args = split_url(url)
305305
try:

0 commit comments

Comments
 (0)