We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2324254 commit 2def9f9Copy full SHA for 2def9f9
1 file changed
bin/setupenv
@@ -17,7 +17,8 @@ shutil.copyfile(os.path.join(basedir, 'docker/settings_local.py'), os.path.join(
17
from ietf.settings_sqlitetest import * # we don't import from django.conf here, on purpose
18
19
for dir in [ AGENDA_PATH, IDSUBMIT_REPOSITORY_PATH, IDSUBMIT_STAGING_PATH,
20
- INTERNET_DRAFT_ARCHIVE_DIR, os.path.dirname(DRAFT_ALIASES_PATH), PHOTOS_DIR, ]:
+ INTERNET_DRAFT_ARCHIVE_DIR, os.path.dirname(DRAFT_ALIASES_PATH), PHOTOS_DIR,
21
+ TEST_GHOSTDRIVER_LOG_PATH, ]:
22
if not os.path.exists(dir):
23
print("Creating %s" % dir)
24
os.makedirs(dir)
0 commit comments