Skip to content

Commit

Permalink
fix code for python < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jul 15, 2024
1 parent 2497a57 commit f0c6506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/bin/functional
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ class DecodingTests(Tests):
Path.EXABGP,
'decode',
f"'-f {test.conf['family']}'" if test.conf['family'] else '',
f'--{test.conf['type']}',
'--%s' % test.conf['type'],
test.conf['packet'],
]
)
Expand Down

0 comments on commit f0c6506

Please sign in to comment.