Skip to content

Commit

Permalink
revert exception
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Nov 25, 2024
1 parent c5080af commit a30e81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/scoring/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from decimal import Decimal, getcontext

def lambda_handler(event, context):
raise Exception()
# raise Exception()
getcontext().prec = 6

dynamodb = boto3.resource('dynamodb')
Expand Down

0 comments on commit a30e81b

Please sign in to comment.