better warning
diff --git a/configure.py b/configure.py index 43059bd..cd1f226 100755 --- a/configure.py +++ b/configure.py
@@ -639,8 +639,8 @@ doc = doc_template.format(**yaml_data) fh.write(doc) fh.write("\n\pagebreak\n") - except IndexError as e: - logging.error(e) + except IndexError: + logging.warning("missing pins in info.yaml, skipping") # ending fh.write(doc_info)