Skip to content

Commit d694be2

Browse files
committed
textconv update
1 parent 22f7245 commit d694be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/textproc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def build_codepoint_range(start, end):
116116

117117
return codepoint_ranges
118118

119+
119120
def main():
120121
# Parse arguments
121122
parser = argparse.ArgumentParser(
@@ -151,7 +152,6 @@ def main():
151152
# Print result
152153
print(','.join(codepoint_set))
153154

154-
155155
except Exception as e:
156156
print('error: ' + str(e))
157157
exit(1)

0 commit comments

Comments
 (0)