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 bc199e2 commit fa65d7dCopy full SHA for fa65d7d
indico/queries/datasets.py
@@ -438,7 +438,7 @@ class AddDatasetFiles(RequestChain):
438
files (List[str]): List of pathnames to the dataset files
439
440
Options:
441
- autoprocess (bool, default=False): Automatically process new dataset files
+ autoprocess (bool, default=True): Automatically process new dataset files
442
wait (bool, default=True): Block while polling for status of files
443
batch_size (int, default=20): Batch size for uploading files
444
@@ -452,7 +452,7 @@ def __init__(
452
self,
453
dataset_id: int,
454
files: List[str],
455
- autoprocess: bool = False,
+ autoprocess: bool = True,
456
wait: bool = True,
457
batch_size: int = 20,
458
):
0 commit comments