AdaCore / e3-core

Core framework for developing portable automated build systems
26 stars 36 forks source link

Fix e3.os.process.Run output type hinting #648

Closed enzbang closed 6 months ago

enzbang commented 10 months ago

The output parameter of Run.__init__ cannot be subprocess.STDOUT. The documentation is correct, the type annotation is not.