User: alex@sartography.com clicked save for misc/get-decimal-place-count/decimal-place-count.bpmn

This commit is contained in:
sartography-automated-committer 2023-01-14 05:22:28 +00:00
parent 5e93a1f508
commit df0e79d5db
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<bpmn:outgoing>Flow_1lsx968</bpmn:outgoing>
<bpmn:script># Check is done on a string
# Convert if variable is integer or float
if type(decimal_count_check) == int or type(decimal_count_check) == float:
if instance(decimal_count_check, int) or instance(decimal_count_check, float):
decimal_count_str = str(decimal_count_check)
else:
decimal_count_str = decimal_count_check