From 77b54c35bf9587450cd636e0d7df37e190e28bfb Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 13 Apr 2026 17:01:47 -0400 Subject: Smaller stuff that went uncommitted Signed-off-by: Andrew Opalach --- scripts/encode_ip.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/encode_ip.py') diff --git a/scripts/encode_ip.py b/scripts/encode_ip.py index 9f24fd6..8583287 100755 --- a/scripts/encode_ip.py +++ b/scripts/encode_ip.py @@ -2,6 +2,10 @@ import sys +if len(sys.argv) < 2: + print(f'Usage: {sys.argv[0]} ') + sys.exit(1) + arg = sys.argv[1] # Invalid characters on Windows: \/:*?"<>| -- cgit v1.2.3-101-g0448