diff --git a/Utils/Dataflow/091_datasetsRucio/datasets_processing.py b/Utils/Dataflow/091_datasetsRucio/datasets_processing.py index 49a017bdd..6990851b3 100755 --- a/Utils/Dataflow/091_datasetsRucio/datasets_processing.py +++ b/Utils/Dataflow/091_datasetsRucio/datasets_processing.py @@ -74,8 +74,8 @@ def main(argv): stage.add_argument('--es-config', action='store', type=argparse.FileType('r'), help=u'Use ES as a backup source for dataset info' - ' in order to save information even if it was' - ' removed from the original source', + ' in order to save information even if it was' + ' removed from the original source', nargs='?', dest='es' )