X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/b80a8f5ce910eeaf997aeacd66c814a89439184e..1cc6968f38db0ade45242e08f9aab1b1db3e43b1:/hippotatlib/__init__.py diff --git a/hippotatlib/__init__.py b/hippotatlib/__init__.py index 8a26bee..701a5f2 100644 --- a/hippotatlib/__init__.py +++ b/hippotatlib/__init__.py @@ -634,7 +634,7 @@ just `+': all DFLAGs. try: (pss, pcs) = _cfg_process_putatives() - process_cfg(pss, pcs) + process_cfg(opts, pss, pcs) except (configparser.Error, ValueError): traceback.print_exc(file=sys.stderr) print('\nInvalid configuration, giving up.', file=sys.stderr)