Fixed code formatting
All checks were successful
ydeng/renamebycsv/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-25 09:48:35 -05:00
parent 352af7da14
commit 028c93eb80

View File

@ -157,8 +157,8 @@ def main():
argparser.add_argument(
"-k",
"--keep-extension",
help="Keeps the OS recognized extension from the original filename. Will append "
'to end of argument given by "-e" or "--extension".',
help="Keeps the OS recognized extension from the original filename. Will "
'append to end of argument given by "-e" or "--extension".',
action="store_true",
default=False,
required=False,