diff options
author | Rob Austein <sra@hactrn.net> | 2010-05-07 00:09:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-05-07 00:09:21 +0000 |
commit | 0a74508e0e500ba70075425c5209b34dc698c02b (patch) | |
tree | 7432accee3b9fbce317d355f77f8ee54c99c2d03 /scripts/roa-to-irr.py | |
parent | c548642d6401f6ab8ceec1c9f18fb2c9339d353a (diff) |
Doh, helps to read the filename from argv
svn path=/scripts/roa-to-irr.py; revision=3242
Diffstat (limited to 'scripts/roa-to-irr.py')
-rw-r--r-- | scripts/roa-to-irr.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |