Skip to content

Commit ca0cd6c

Browse files
authored
Update order.py
updated the fstring
1 parent de74d45 commit ca0cd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/file/order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ def cli(env, storage_type, size, iops, tier,
116116
click.echo(" > %s" % item['description'])
117117
click.echo(
118118
f"\nYou may run \"slcli file volume-list --order {order['placedOrder']['id']}\" to find this file "
119-
f"volume after it is ready.")
119+
"volume after it is ready.")
120120
else:
121121
click.echo("Order could not be placed! Please verify your options and try again.")

0 commit comments

Comments
 (0)