From 22cf4c270abc68a2b5f55eabd399591c47727915 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 23 Nov 2013 17:31:26 +0100 Subject: [PATCH] Fix instructions for test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index f86ef71..d506507 100755 --- a/test.py +++ b/test.py @@ -67,7 +67,7 @@ if args.mode[0] == "run": with open(os.path.join("test/target_normalized", target), "r") as f: normalized = f.read() except IOError, e: - sys.stderr.write("Missing target data for domain %(domain)s. Run `./test update %(domain)s` to correct this, after verifying that pythonwhois can correctly parse this particular domain.\n" % {"domain": target}) + sys.stderr.write("Missing target data for domain %(domain)s. Run `./test.py update %(domain)s` to correct this, after verifying that pythonwhois can correctly parse this particular domain.\n" % {"domain": target}) errors = True continue