coverage.py problem
Orin
savalon at ukr.net
Wed Mar 21 04:12:01 EDT 2007
Thank you very much. Just reading the comments on that url, I found the reason of my problem.
It was here:
--- coverage.py
+++ coverage.py
@@ -464,6 +464,8 @@
def collect(self):
cache_dir, local = os.path.split(self.cache)
+ if not cache_dir: #this two strings was upsent
+ cache_dir = "."
for file in os.listdir(cache_dir):
if not file.startswith(local):
continue
With best regards, Orin
More information about the Python-list
mailing list