From a0839f04d13ea1d79622ec979ee59e51332b9e00 Mon Sep 17 00:00:00 2001 From: Wainer Vandelli <Wainer.Vandelli@cern.ch> Date: Wed, 2 Jun 2010 17:53:25 +0000 Subject: [PATCH] Fix example config file --- Script/Conf.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script/Conf.cfg b/Script/Conf.cfg index 73f8940..6ffa0b6 100755 --- a/Script/Conf.cfg +++ b/Script/Conf.cfg @@ -63,8 +63,8 @@ DirList: ['/data1', # Unix pathname pattern for file selection -# FilePattern: '[*.data, *.out]' -DataFilePattern: '[*.data,]' +# FilePattern: ['*.data', '*.out'] +DataFilePattern: ['*.data',] # Number of files to be deleted before to update the list of files to be copied nDel: 2 -- GitLab