From 7cd4617b362b99562e265fd9715764e4976cdf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Tue, 2 Apr 2019 20:08:09 +0200 Subject: =?UTF-8?q?fix:=20Support=20AP-less=20mode=20for=20cable=20label?= =?UTF-8?q?=20generation=20=F0=9F=99=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tech-support/labels/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tech-support/labels/main.py') diff --git a/tech-support/labels/main.py b/tech-support/labels/main.py index b4f7c53..a8a0ed7 100644 --- a/tech-support/labels/main.py +++ b/tech-support/labels/main.py @@ -48,7 +48,7 @@ if __name__ == "__main__": if args.labler[0] == "c": make_cable_labels(switches, - aps=args.ap, + aps=args.ap if args.ap is not None else [], ap_file=args.aps_file, copies=args.copies, outfile=args.outfile, -- cgit v1.2.3