Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton committed Jun 18, 2024
1 parent 423fda3 commit 8afb97b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lightning/app/core/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ def _run(self) -> bool:
self._start_with_flow_works()
else:
for work in self.works:
logger.debug(f"creating {work.name}")
_backend = work._backend
work._backend = None
work.run = unwrap(work.run)
Expand Down

0 comments on commit 8afb97b

Please sign in to comment.