alixander / PyScribe

DEPCRECATED/UNMAINTAINED - A Python library to make debugging with print statements simpler and more effective.
MIT License
375 stars 22 forks source link

Tests are failing on windows machine. #6

Closed gvp-hemanthreddy closed 9 years ago

gvp-hemanthreddy commented 9 years ago

Tests are failing on windows machine with below error:

'.' is not recognized as an internal or external command, operable program or batch file.

If we change "./pyscribe/pyscribe.py " to "py pyscribe/pyscribe.py " in run_tests file tests are passing.

alixander commented 9 years ago

Oops, thanks for that catch. Fixed.