Skip to content

Commit

Permalink
Fix string syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed May 1, 2024
1 parent 80977c2 commit 5100598
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 @@ -691,7 +691,7 @@ async def _load(self: _Function, resolver: Resolver, existing_object_id: Optiona
else:
reason = ""
raise ExecutionError(
f"The {identity} has not been hydrated" f" with the metadata it needs to run on Modal{reason}."
f"The {identity} has not been hydrated with the metadata it needs to run on Modal{reason}."
)
assert self._parent._client.stub
serialized_params = serialize((args, kwargs))
Expand Down

0 comments on commit 5100598

Please sign in to comment.