Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix do_createrequest() function to return None instead of request id
This was a bad API, command handlers should return None or an exit code. Anything that returns an actual value belongs to the library instead.
- Loading branch information