Skip to content

Commit

Permalink
fix(scan-services): Propagate session to fix check-session (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
peckto authored Nov 27, 2023
1 parent 20494c6 commit b172b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/commands/scan/uds/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def main(self, args: Namespace) -> None:

logger.result(f"scanning in session {g_repr(session)}")

found[session] = await self.perform_scan(args)
found[session] = await self.perform_scan(args, session)

await self.ecu.leave_session(session)

Expand Down

0 comments on commit b172b2b

Please sign in to comment.