SynBioDex / sbol_factory

The SBOLFactory provides a mechanism for automatically generating an interactive, object-oriented API from a declarative data model specification encoded in OWL.
MIT License
6 stars 3 forks source link

SBOLFactory shouldn't print class information by default #55

Closed jakebeal closed 2 years ago

jakebeal commented 3 years ago

Building an SBOLFactory package generates a whole bunch of print material, e.g.

Dependency
--------
    objects TopLevel    0   inf
    module  Module  0   1
    package Package 1   1
    includeObjectReferences boolean 0   1

This information is noisy for normal operation an should only show up if a debugging option is turned on

jakebeal commented 3 years ago

In fact, it looks like this is only supposed to come up when Verbose is true, but that option isn't being respect in my copy of 1.0a9

jakebeal commented 2 years ago

@bbartley Can we please get a release cut that includes this fix in it?

bbartley commented 2 years ago

https://github.com/SynBioDex/sbol_factory/releases/tag/v1.0a10