Skip to content

Commit

Permalink
Merge pull request #49 from mgxd/fix/final-bc
Browse files Browse the repository at this point in the history
FIX: Final breadcrumb operation
  • Loading branch information
mgxd authored Nov 17, 2023
2 parents 343e90d + 11b602d commit e4bcd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migas/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import atexit

from migas.operations import add_project
from migas.operations import add_breadcrumb
from migas.error import inspect_error


Expand All @@ -28,4 +28,4 @@ def _final_breadcrumb(
) -> dict:
status_kwargs = inspect_error(error_funcs)
kwargs = {**ping_kwargs, **status_kwargs}
return add_project(project, version, **kwargs)
return add_breadcrumb(project, version, **kwargs)

0 comments on commit e4bcd1d

Please sign in to comment.