Skip to content

Commit

Permalink
🐛 [-bug] Fixed issue with empty StreamDecorators and capabilities (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrownell authored Apr 18, 2024
2 parents c7d372e + c6b8a3d commit 79e916b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbrownell_Common/Streams/StreamDecorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def PrefixOrSuffixTToCallable(
capabilities = lowest_capabilities

else:
capabilities = Capabilities()
capabilities = Capabilities(ignore_environment=True)

Capabilities.Set(self, capabilities)

Expand Down

0 comments on commit 79e916b

Please sign in to comment.