Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huan233usc committed Feb 17, 2024
1 parent 55d2e4e commit 08652bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/space/core/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def commit(self, patch: Optional[rt.Patch]) -> None:
self._result = JobResult(
JobResult.State.FAILED, None,
"Abort commit because the storage has been modified.")
returnS
return

if patch is None:
self._result = JobResult(JobResult.State.SKIPPED)
Expand Down

0 comments on commit 08652bc

Please sign in to comment.