We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f0d3c commit bbe1875Copy full SHA for bbe1875
csvkit/cli.py
@@ -68,6 +68,7 @@ def __init__(self, args=None, output_file=None):
68
self._init_common_parser()
69
self.add_arguments()
70
self.args = self.argparser.parse_args(args)
71
+ # Output file is only set during testing.
72
if output_file is None:
73
self.output_file = sys.stdout
74
else:
0 commit comments