Skip to content

Commit 15009ca

Browse files
committed
Remove requirement for supybot.directories.data.web to be a subdir of supybot.directories.data
1 parent 2008088 commit 15009ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def __call__(self):
984984
DataFilenameDirectory('tmp', _("""Determines what directory temporary files
985985
are put into.""")))
986986
registerGlobalValue(supybot.directories.data, 'web',
987-
DataFilenameDirectory('web', _("""Determines what directory files of the
987+
Directory('web', _("""Determines what directory files of the
988988
web server (templates, custom images, ...) are put into.""")))
989989

990990
def _update_tmp():

0 commit comments

Comments
 (0)