We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eaac7 commit a080929Copy full SHA for a080929
settings.py
@@ -11,7 +11,7 @@
11
# if those directories don't contain the required input data, it will complain!
12
13
# load the environment variable
14
-prefix = os.getenv('SPYFFIDATA', os.path.expanduser("~/.tess/spyffi"))
+prefix = os.getenv('SPYFFIDATA', os.path.expanduser("~/.tess/spyffi/"))
15
if not os.path.exists(prefix):
16
os.makedirs(prefix)
17
0 commit comments