We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dc50f commit d5dd777Copy full SHA for d5dd777
pyomo/core/base/component.py
@@ -379,7 +379,7 @@ def _pprint_base_impl(
379
if _attr or _name or _doc:
380
ostream.write("\n")
381
# We only indent everything if we printed the header
382
- ostream = StreamIndenter(ostream)
+ ostream = StreamIndenter(ostream, self._PPRINT_INDENT)
383
384
if not _constructed:
385
# HACK: for backwards compatibility, Abstract blocks will
0 commit comments