From 8f9d24958575aa7bb99650755655f779162e11ea Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Mon, 13 Jul 2020 15:27:16 -0400 Subject: [PATCH] updates --- release_scripts/localization_scripts/updatepropsscript.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release_scripts/localization_scripts/updatepropsscript.py b/release_scripts/localization_scripts/updatepropsscript.py index 2b70fa00dd..fec721d9f7 100644 --- a/release_scripts/localization_scripts/updatepropsscript.py +++ b/release_scripts/localization_scripts/updatepropsscript.py @@ -196,8 +196,7 @@ def main(): 'should be deleted. Any non-blank content will be treated as True.') parser.add_argument('-c', '--commit_idx', dest='latest_commit_idx', action='store', type=int, default=3, required=False, help='The column index in the csv file providing the commit for which this ' + - 'update applies. The commit should be located in the header row' - ) + 'update applies. The commit should be located in the header row. ') parser.add_argument('-f', '--file_rename', dest='file_rename', action='store', type=str, default=None, required=False, help='If specified, the properties file will be renamed to the argument' + ' preserving the specified relative path.')