Skip to content

Commit

Permalink
Remove extra period from interpolated string (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom authored Nov 20, 2024
1 parent 87f1ec6 commit f02016f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modal/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f02016f

Please sign in to comment.