Skip to content

Commit 80a9eb9

Browse files
removing fancy colors for print_reproduceable, for now, might add in later when I figure out why the logger is printing 2x whenever I try to use it
1 parent 0a9cb1d commit 80a9eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/transports/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def print_reproduceable(request):
165165
166166
:param request request: Request object
167167
"""
168-
command = "curl -u $SL_USER:$SL_APIKEY -X {method} -H {headers} [red]{data}[/red] [yellow]'{uri}'[/yellow]"
168+
command = "curl -u $SL_USER:$SL_APIKEY -X {method} -H {headers} {data} '{uri}'"
169169

170170
method = REST_SPECIAL_METHODS.get(request.method)
171171

0 commit comments

Comments
 (0)