Christian Chapman
Christian Chapman
Logging in the `ExampleBot` subproject is done through it's `Log` class. `SteamTrade` can get their events printed in the trade manager console by throwing an `OnError(string message)` event that a...
Capture seems to work fine but can only stop it by killing the process and it just dumps the file to the set directory.
`pytest-profile` uses [`pipes.py`](https://docs.python.org/2/library/pipes.html) to create a pipe that converts a `.prof` file to an `.svg` using external programs, but `pipes.py` only produces posix-shell commands. The pipe is defined by `pytest-profile`...