Skip to content

Commit a080929

Browse files
committed
Trailing / FTW
1 parent 47eaac7 commit a080929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# if those directories don't contain the required input data, it will complain!
1212

1313
# load the environment variable
14-
prefix = os.getenv('SPYFFIDATA', os.path.expanduser("~/.tess/spyffi"))
14+
prefix = os.getenv('SPYFFIDATA', os.path.expanduser("~/.tess/spyffi/"))
1515
if not os.path.exists(prefix):
1616
os.makedirs(prefix)
1717

0 commit comments

Comments
 (0)