We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2734099 commit d39022dCopy full SHA for d39022d
1 file changed
Utils/Dataflow/091_datasetsRucio/datasets_processing.py
@@ -74,8 +74,8 @@ def main(argv):
74
stage.add_argument('--es-config', action='store',
75
type=argparse.FileType('r'),
76
help=u'Use ES as a backup source for dataset info'
77
- ' in order to save information even if it was'
78
- ' removed from the original source',
+ ' in order to save information even if it was'
+ ' removed from the original source',
79
nargs='?',
80
dest='es'
81
)
0 commit comments