cs50 / help50-deprecated

This is help50, a command-line tool that helps students understand error messages.
https://cs50.harvard.edu/
GNU General Public License v3.0
62 stars 64 forks source link

Port help50 to python #247

Closed cmlsharp closed 7 years ago

dmalan commented 7 years ago

Is this tested? My first, simple test doesn't match bash version's output:

$ ./help50 ls asdf
b'help50\n'
Sorry, not sure how to help (yet) with this one!                                                    

$
dmalan commented 7 years ago

Please PR develop instead of master too.

cmlsharp commented 7 years ago

Sorry about the incorrect output! It was a regression introduced when making it work under both python2 and python3. It is fixed on my end now. I will make the requested changes and then make another commit tonight

cmlsharp commented 7 years ago

Closing to PR dev instead