0

Print out regionset type when run with -v

This commit is contained in:
Andrew Chin
2013-03-13 21:23:52 -04:00
parent 571f479636
commit dd6538b55e

View File

@@ -491,7 +491,7 @@ class RegionSet(object):
Returns (regionx, regiony, filename)"""
logging.debug("regiondir is %s", self.regiondir)
logging.debug("regiondir is %s, has type %r", self.regiondir, self.type)
for f in os.listdir(self.regiondir):
if re.match(r"^r\.-?\d+\.-?\d+\.mca$", f):