We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd82d28 commit 7bb5c69Copy full SHA for 7bb5c69
1 file changed
bin/test-crawl
@@ -3,7 +3,7 @@
3
import os, sys, re, datetime, argparse, traceback, tempfile
4
5
# boilerplate
6
-basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../.."))
+basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../"))
7
sys.path = [ basedir ] + sys.path
8
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ietf.settings")
9
0 commit comments