Skip to content

Commit 2e06c04

Browse files
committed
Added comment to clarify
1 parent 85a4e3f commit 2e06c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pynuodb/encodedsession.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ def putScaledInt(self, value):
392392
Appends a Scaled Integer value to the message.
393393
@type value decimal.Decimal
394394
"""
395+
#Convert the decimal's notation into decimal
395396
value += 0
396397
scale = abs(value.as_tuple()[2])
397398
valueStr = toSignedByteString(int(value * decimal.Decimal(10**scale)))

0 commit comments

Comments
 (0)