Skip to content

Commit 7bb5c69

Browse files
committed
Updated the path handling in test-crawl to match its new location.
- Legacy-Id: 8464
1 parent fd82d28 commit 7bb5c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test-crawl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os, sys, re, datetime, argparse, traceback, tempfile
44

55
# boilerplate
6-
basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../.."))
6+
basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../"))
77
sys.path = [ basedir ] + sys.path
88
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ietf.settings")
99

0 commit comments

Comments
 (0)