Skip to content

Commit d39022d

Browse files
committed
Fix codestyle.
1 parent 2734099 commit d39022d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Utils/Dataflow/091_datasetsRucio/datasets_processing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def main(argv):
7474
stage.add_argument('--es-config', action='store',
7575
type=argparse.FileType('r'),
7676
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',
77+
' in order to save information even if it was'
78+
' removed from the original source',
7979
nargs='?',
8080
dest='es'
8181
)

0 commit comments

Comments
 (0)