Fix setting message, no longer are temp project wide temp folders created by default.
This commit is contained in:
@@ -11,8 +11,7 @@ setting_temporary_directory = namespace.add_setting(
|
|||||||
global_name='COMMON_TEMPORARY_DIRECTORY', default=tempfile.gettempdir(),
|
global_name='COMMON_TEMPORARY_DIRECTORY', default=tempfile.gettempdir(),
|
||||||
help_text=_(
|
help_text=_(
|
||||||
'Temporary directory used site wide to store thumbnails, previews '
|
'Temporary directory used site wide to store thumbnails, previews '
|
||||||
'and temporary files. If none is specified, one will be created '
|
'and temporary files.'
|
||||||
'using tempfile.mkdtemp().'
|
|
||||||
),
|
),
|
||||||
is_path=True
|
is_path=True
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user