Skip to content

Commit b2b0e28

Browse files
committed
- Legacy-Id: 774
1 parent 0c9e734 commit b2b0e28

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
@@ -362,7 +362,7 @@ def doUrlsTest(self, lst):
362362
# discard them too
363363
diff = ""
364364
if diff:
365-
dfile = "%s/../test/diff/%s" % (settings.BASE_DIR, re.sub("[/?&=]", "", url) )
365+
dfile = "%s/../test/diff/%s" % (settings.BASE_DIR, re.sub("[/?&=]", "_", url) )
366366
if os.path.exists(dfile):
367367
dfile = open(dfile)
368368
#print "Reading OK diff file:", dfile.name

0 commit comments

Comments
 (0)