We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2def9f9 commit 79e888aCopy full SHA for 79e888a
1 file changed
bin/setupenv
@@ -18,7 +18,7 @@ from ietf.settings_sqlitetest import * # we don't import from django
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,
21
- TEST_GHOSTDRIVER_LOG_PATH, ]:
+ os.path.dirname(os.path.abspath(TEST_GHOSTDRIVER_LOG_PATH)), ]:
22
if not os.path.exists(dir):
23
print("Creating %s" % dir)
24
os.makedirs(dir)
0 commit comments