We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fd2b6 commit f5dd8c7Copy full SHA for f5dd8c7
1 file changed
ietf/settings_sqlitetest.py
@@ -43,7 +43,7 @@ def __getitem__(self, item):
43
if TEST_CODE_COVERAGE_CHECKER and not TEST_CODE_COVERAGE_CHECKER._started: # pyflakes:ignore
44
TEST_CODE_COVERAGE_CHECKER.start() # pyflakes:ignore
45
46
-#NOMCOM_PUBLIC_KEYS_DIR=os.path.abspath("tmp-nomcom-public-keys-dir")
+NOMCOM_PUBLIC_KEYS_DIR=os.path.abspath("tmp-nomcom-public-keys-dir")
47
48
MEDIA_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'test/media/') # pyflakes:ignore
49
MEDIA_URL = '/test/media/'
0 commit comments