Catch up to Eric - fix markStreets regex

This commit is contained in:
Worros
2009-08-06 11:30:21 +08:00
parent c35132463c
commit a37adde67e
3 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class HandHistoryConverter():
out_dir = os.path.dirname(self.out_path)
if not os.path.isdir(out_dir):
logging.info("Creatin directory '%s'" % out_dir)
# os.makedirs(out_dir)
os.makedirs(out_dir)
self.out_fh = open(self.out_path, 'w')
self.sitename = sitename