Skip to content

Commit c1f3682

Browse files
committed
topology: inline into string literal
1 parent 2c1d521 commit c1f3682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topology.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def plus(id):
288288
elif args.topology == 'nodes':
289289
output = create_nodes(args.count)
290290
else:
291-
eprint('Unknown topology: {}'.format(args.topology))
291+
eprint(f'Unknown topology: {args.topology}')
292292
exit(1)
293293

294294
for link in output['links']:

0 commit comments

Comments
 (0)