Fix problem with previous commit.
This commit is contained in:
parent
76938de104
commit
ee01deb852
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user