Skip to content

Commit 485ae01

Browse files
authored
Update core.py
updated the fstring
1 parent 915d8ae commit 485ae01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def output_diagnostics(env, result, verbose=0, **kwargs):
157157

158158
if verbose > 1:
159159
for call in env.client.transport.get_last_calls():
160-
call_table = formatting.Table(['', f"'{call.service}::{call.method}'"], align="left")
160+
call_table = formatting.Table(['', f'{call.service}::{call.method}'], align="left")
161161
nice_mask = ''
162162
if call.mask is not None:
163163
nice_mask = call.mask

0 commit comments

Comments
 (0)