diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-19 22:36:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-19 22:36:42 +0000 |
commit | 5627c2b760f19d757a650a021231bd2b02e7055d (patch) | |
tree | cf01fe3ae66e7616835bd81e2bf827bcde585c49 | |
parent | e981237ed873627db49c76c495ec71d7793aa216 (diff) |
Don't require yamltest.conf
svn path=/myrpki.rototill/sql-cleaner.py; revision=3124
-rw-r--r-- | myrpki.rototill/sql-cleaner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/sql-cleaner.py b/myrpki.rototill/sql-cleaner.py index bf2c6302..d7e1a568 100644 --- a/myrpki.rototill/sql-cleaner.py +++ b/myrpki.rototill/sql-cleaner.py @@ -20,7 +20,7 @@ PERFORMANCE OF THIS SOFTWARE. import subprocess, rpki.config -cfg = rpki.config.parser("yamltest.conf", "yamltest") +cfg = rpki.config.parser("yamltest.conf", "yamltest", allow_missing = True) for name in ("rpkid", "irdbd", "pubd"): |