Skip to content

Commit

Permalink
Fix reference to self in pyocd-flashtool.
Browse files Browse the repository at this point in the history
  • Loading branch information
flit committed Nov 15, 2018
1 parent a2c9a04 commit f29c141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyocd/tools/flash_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def main():
ConnectHelper.list_connected_probes()
else:
session = ConnectHelper.session_with_chosen_probe(
config_file=self.args.config,
config_file=args.config,
board_id=args.board_id,
target_override=args.target_override,
frequency=args.frequency,
Expand Down

0 comments on commit f29c141

Please sign in to comment.