ghickman / classify

34 stars 3 forks source link

Fixed file path for serving classify.html over SimpleHTTPServer #13

Closed fastturtle closed 11 years ago

fastturtle commented 11 years ago

When using classify KLASS --html --serve --port <port> classify writes the documentation for KLASS to /current/directory/output/classify.html. However, it attempts to serve the documentation from /current/directory/classify.html. I have made a simple change so it serves the correct file.

For future reference, perhaps classify should write the documentation to a folder with a less generic name than output.

ghickman commented 11 years ago

@fastturtle – Thanks for spotting this! I'll get a release up on the PyPI later today.

fastturtle commented 11 years ago

@ghickman No problem! Always happy to help.

ghickman commented 11 years ago

@fastturtle – version 0.4.1 is now up on the PyPI.