Skip to content

Commit 703e07c

Browse files
authored
Update list.py
updated the fstring
1 parent 0633498 commit 703e07c

File tree

1 file changed

+1
-1
lines changed
  • SoftLayer/CLI/block/snapshot

1 file changed

+1
-1
lines changed

SoftLayer/CLI/block/snapshot/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
default='created')
3333
@click.option('--columns',
3434
callback=column_helper.get_formatter(COLUMNS),
35-
help=f"Columns to display. Options: { ', '.join(column.name for column in COLUMNS)}",
35+
help=f"Columns to display. Options: {', '.join(column.name for column in COLUMNS)}",
3636
default=','.join(DEFAULT_COLUMNS))
3737
@environment.pass_env
3838
def cli(env, volume_id, sortby, columns):

0 commit comments

Comments
 (0)