Skip to content

Commit a30e81b

Browse files
committed
revert exception
1 parent c5080af commit a30e81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/scoring/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from decimal import Decimal, getcontext
44

55
def lambda_handler(event, context):
6-
raise Exception()
6+
# raise Exception()
77
getcontext().prec = 6
88

99
dynamodb = boto3.resource('dynamodb')

0 commit comments

Comments
 (0)