Skip to content

Commit a60ac61

Browse files
committed
export_dataset: note that filters must be exported separately in description
1 parent a296ff0 commit a60ac61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processors/conversion/export_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ExportDatasets(BasicProcessor):
2323
type = "export-datasets" # job type ID
2424
category = "Conversion" # category
2525
title = "Export Dataset and All Analyses" # title displayed in UI
26-
description = "Creates a ZIP file containing the dataset and all analyses to be archived and uploaded to a 4CAT instance in the future. Automatically expires after 1 day, after which you must run again." # description displayed in UI
26+
description = "Creates a ZIP file containing the dataset and all analyses to be archived and uploaded to a 4CAT instance in the future. Filters are *not* included and must be exported separately as new datasets. Results automatically expires after 1 day, after which you must run again." # description displayed in UI
2727
extension = "zip" # extension of result file, used internally and in UI
2828

2929
@classmethod

0 commit comments

Comments
 (0)