Skip to content

Commit c4e9764

Browse files
committed
修改错误类名
1 parent e2cb405 commit c4e9764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/output/templates/output_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from template import Output
1010

1111

12-
class OutputCsc(Output):
12+
class OutputCsv(Output):
1313

1414
def save(self, output_file):
1515
super(OutputCsv, self).save(output_file)

0 commit comments

Comments
 (0)