Skip to content

Commit

Permalink
Fix codestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgolosova committed Apr 26, 2019
1 parent 2734099 commit d39022d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utils/Dataflow/091_datasetsRucio/datasets_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
Expand Down

0 comments on commit d39022d

Please sign in to comment.