Fix problem with previous commit.

This commit is contained in:
Ray
2009-08-05 23:20:28 -04:00
parent 76938de104
commit ee01deb852
+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