Skip to content

Commit e7e6682

Browse files
authored
Update partners.py
updated the fstring
1 parent 5a5db23 commit e7e6682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/file/replication/partners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@click.option('--sortby', help='Column to sort by', default='Username')
1818
@click.option('--columns',
1919
callback=column_helper.get_formatter(COLUMNS),
20-
help=f"Columns to display. Options: { ', '.join(column.name for column in COLUMNS)}",
20+
help=f"Columns to display. Options: {', '.join(column.name for column in COLUMNS)}",
2121
default=','.join(DEFAULT_COLUMNS))
2222
@environment.pass_env
2323
def cli(env, columns, sortby, volume_id):

0 commit comments

Comments
 (0)