Skip to content

Commit 39cb47d

Browse files
author
Matias Melograno
committed
fixed call on single treatment
1 parent 554aa54 commit 39cb47d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

splitio/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def _record_stats(self, impressions, start, operation):
243243
try:
244244
end = int(round(time.time() * 1000))
245245
if operation == SDK_GET_TREATMENT:
246-
self._broker.log_impression(impressions)
246+
self._broker.log_impressions([impressions])
247247
else:
248248
self._broker.log_impressions(impressions)
249249
self._broker.log_operation_time(operation, end - start)

splitio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '6.3.0-rc1'
1+
__version__ = '6.3.0-rc2'

0 commit comments

Comments
 (0)