Skip to content

Commit 3b09719

Browse files
committed
Set default 'ascii' for --config-file-encoding command-line arg.
1 parent d635fde commit 3b09719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_sync/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def process_args():
9090
"use an extended character set (e.g., to specify group names), then "
9191
"specify the encoding of your configuration files with this argument. "
9292
"All encoding names understood by Python are allowed.",
93-
dest='encoding_name')
93+
dest='encoding_name', default='ascii')
9494
return parser.parse_args()
9595

9696

0 commit comments

Comments
 (0)