From f02016f461a8430ae394ddf5b3f6ac89d0fc807a Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Wed, 20 Nov 2024 10:35:44 -0500 Subject: [PATCH] Remove extra period from interpolated string (#2540) --- modal/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modal/functions.py b/modal/functions.py index 4d8d3cfbc..36b5d7e99 100644 --- a/modal/functions.py +++ b/modal/functions.py @@ -1028,7 +1028,7 @@ async def _load(self: _Function, resolver: Resolver, existing_object_id: Optiona identity = "class service function for a parameterized class" if not self._parent.is_hydrated: if self._parent.app._running_app is None: - reason = ", because the App it is defined on is not running." + reason = ", because the App it is defined on is not running" else: reason = "" raise ExecutionError(