Skip to content

Commit 3a5c756

Browse files
Update in debug.py
Removed additional close brackets from string
1 parent 249c522 commit 3a5c756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/transports/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __call__(self, call):
4545

4646
def pre_transport_log(self, call):
4747
"""Prints a warning before calling the API """
48-
output = f"Calling: {call})"
48+
output = f"Calling: {call}"
4949
self.logger.warning(output)
5050

5151
def post_transport_log(self, call):

0 commit comments

Comments
 (0)