Skip to content

Commit bbe1875

Browse files
author
James McKinney
committed
Add comment
1 parent a6f0d3c commit bbe1875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csvkit/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def __init__(self, args=None, output_file=None):
6868
self._init_common_parser()
6969
self.add_arguments()
7070
self.args = self.argparser.parse_args(args)
71+
# Output file is only set during testing.
7172
if output_file is None:
7273
self.output_file = sys.stdout
7374
else:

0 commit comments

Comments
 (0)