Skip to content

Commit a13d55c

Browse files
authored
Update format of unhandled exception warning message. (#132)
1 parent b2557ae commit a13d55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: awslambdaric/lambda_literals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"For functions using managed runtimes, runtime updates can be triggered by a function change, or can be applied automatically. "
1414
"To determine if the runtime has been updated, check the runtime version in the INIT_START log entry. "
1515
"If this error correlates with a change in the runtime version, you may be able to mitigate this error by temporarily rolling back to the previous runtime version. "
16-
"For more information, see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html"
16+
"For more information, see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html\r"
1717
)

0 commit comments

Comments
 (0)