Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaf9e6e

Browse files
committed
r -> rt
1 parent b9d7ce9 commit eaf9e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_args():
139139
'--file',
140140
help='A readable file',
141141
metavar='FILE',
142-
type=argparse.FileType('r'),
142+
type=argparse.FileType('rt'),
143143
default=None)
144144
145145
parser.add_argument('-o',

0 commit comments

Comments
 (0)