Skip to content

Commit

Permalink
Use basic local inbox for default model or local outbox
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Feb 12, 2024
1 parent bcd53f6 commit 8f7935f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/backend/views/http/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class TapisETLPipeline(Pipeline):
remote_outbox: Dict = None
local_inbox: LocalInbox
jobs: List[ExetendedTapisJob]
local_outbox: GlobusLocalOutbox
local_outbox: LocalOutbox
remote_inbox: Union[
TapisSystemRemoteInbox,
GlobusRemoteInbox,
Expand Down

0 comments on commit 8f7935f

Please sign in to comment.