Skip to content

Commit

Permalink
Remove requirement for supybot.directories.data.web to be a subdir of…
Browse files Browse the repository at this point in the history
… supybot.directories.data
  • Loading branch information
progval committed Oct 17, 2023
1 parent 2008088 commit 15009ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ def __call__(self):
DataFilenameDirectory('tmp', _("""Determines what directory temporary files
are put into.""")))
registerGlobalValue(supybot.directories.data, 'web',
DataFilenameDirectory('web', _("""Determines what directory files of the
Directory('web', _("""Determines what directory files of the
web server (templates, custom images, ...) are put into.""")))

def _update_tmp():
Expand Down

0 comments on commit 15009ca

Please sign in to comment.