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 2008088 commit 15009caCopy full SHA for 15009ca
src/conf.py
@@ -984,7 +984,7 @@ def __call__(self):
984
DataFilenameDirectory('tmp', _("""Determines what directory temporary files
985
are put into.""")))
986
registerGlobalValue(supybot.directories.data, 'web',
987
- DataFilenameDirectory('web', _("""Determines what directory files of the
+ Directory('web', _("""Determines what directory files of the
988
web server (templates, custom images, ...) are put into.""")))
989
990
def _update_tmp():
0 commit comments