Skip to content

Commit f8bba26

Browse files
author
Yaison
committed
RCB-619: using str instead of boolean
1 parent c83494d commit f8bba26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosette/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def call(self, parameters):
494494
_my_loads(rdata, response_headers), status)
495495
else:
496496
if self.debug:
497-
headers[_CUSTOM_HEADER_PREFIX + 'Devel'] = True
497+
headers[_CUSTOM_HEADER_PREFIX + 'Devel'] = 'true'
498498
self.logger.info('operate: ' + url)
499499
headers['Accept'] = _APPLICATION_JSON
500500
headers['Accept-Encoding'] = "gzip"

0 commit comments

Comments
 (0)