Re[2]: coverage.py problem

2007-03-21 Thread Orin
= "." for file in os.listdir(cache_dir): if not file.startswith(local): continue With best regards, Orin -- http://mail.python.org/mailman/listinfo/python-list

coverage.py problem

2007-03-19 Thread Orin
t_results) # Tests %.pass :: %.py $(srcs) -rm $@ PYTHONPATH=$(pythonpath) DJANGO_SETTINGS_MODULE=$(settings) ./cov -x - p $< && touch $@ ... If anybody knows what can be the reason of this error, please tell me With best regards, Orin -- http://mail.python.org/mailman/listinfo/python-list