Closed fgolemo closed 7 years ago
Looks good! Let me just figure out why C.I isn't running for your P.R
Cool I managed to test it by creating my own pr: #76
I'll merge this one though so you get the credit :)
Thanks for the contribution and please reach out to us with any concerns / questions / suggestions.
Cheers, Richie
Cool, did you find out why Travis didn't run?
@fgolemo Yeah, we're using CircleCI and it just turns out they don't support it. We might need to switch to TravisCI
Since Python 3.3 the subparsers are optional by default. Therefore if you use
hyperdash
on the shell without any parameters under Python>=3.3, you get a nasty exception.This is a known problem with Python. Solution was taken from here: https://bugs.python.org/issue9253