Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: miroslavpojer <[email protected]>
  • Loading branch information
dk1844 and miroslavpojer authored Dec 18, 2023
1 parent e48d5ce commit b46889e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/migration/dataset_paths_ecs_rollback.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def run(parsed_args: argparse.Namespace):
dryrun = args.dryrun # if set, only path change rollback description will be printed, no actual patching will run

skip_prefixes = args.skipprefixes
fields_to_map = args.fieldstomap # argparse allow only one of HDFS_MAPPING_FIELD_HDFS_*
rollback_settings = RollbackSettings(skip_prefixes, fields_to_map)
fields_to_map = args.fieldstomap # argparse allow only one of HDFS_MAPPING_FIELD_HDFS_*
rollback_settings = RollbackSettings(skip_prefixes, fields_to_map)

print('Menas mongo ECS paths mapping ROLLBACK')
print('Running with settings: dryrun={}, verbose={}'.format(dryrun, verbose))
Expand Down

0 comments on commit b46889e

Please sign in to comment.