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.
2 parents fb75562 + c813de7 commit f1caeb1Copy full SHA for f1caeb1
src/scripts/EddyTracking
@@ -69,7 +69,7 @@ if __name__ == '__main__':
69
70
NB_VIRTUAL_OBS_MAX_BY_SEGMENT = int(CONFIG.get('VIRTUAL_LENGTH_MAX', 0))
71
72
- if len(CONFIG['PATHS']['FILES_PATTERN']) > 0:
+ if isinstance(CONFIG['PATHS']['FILES_PATTERN'], list):
73
DATASET_LIST = browse_dataset_in(
74
data_dir=None,
75
files_model=None,
0 commit comments