remove "internal_emoji"

This commit is contained in:
Yuxin Wu
2020-06-30 23:16:19 -07:00
parent b12cd93f0d
commit 7eb7c60a81
28 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
import os
import sys
import argparse
import logging
@@ -46,6 +46,7 @@ if __name__ == '__main__':
render = HTMLRender(parser, res)
htmls = render.render_msgs(msgs)
os.makedirs(os.path.dirname(output_file), exist_ok=True)
if len(htmls) == 1:
with open(output_file, 'w') as f:
f.write(htmls[0])