From 0a74508e0e500ba70075425c5209b34dc698c02b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 7 May 2010 00:09:21 +0000 Subject: Doh, helps to read the filename from argv svn path=/scripts/roa-to-irr.py; revision=3242 --- scripts/roa-to-irr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/roa-to-irr.py') diff --git a/scripts/roa-to-irr.py b/scripts/roa-to-irr.py index 4c3ba43b..73f5dd6e 100644 --- a/scripts/roa-to-irr.py +++ b/scripts/roa-to-irr.py @@ -162,7 +162,7 @@ for o, a in opts: if len(argv) != 1 or not os.path.isdir(argv[0]): usage() -routes = route_list("/u/sra/rpki/subvert-rpki.hactrn.net/rcynic/rcynic-data/authenticated") +routes = route_list(argv[0]) if output: try: -- cgit v1.2.3