Skip to content

Commit

Permalink
修改错误类名
Browse files Browse the repository at this point in the history
  • Loading branch information
fooying committed Jan 1, 2015
1 parent e2cb405 commit c4e9764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/output/templates/output_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from template import Output


class OutputCsc(Output):
class OutputCsv(Output):

def save(self, output_file):
super(OutputCsv, self).save(output_file)
Expand Down

0 comments on commit c4e9764

Please sign in to comment.