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 d635fde commit 3b09719Copy full SHA for 3b09719
user_sync/app.py
@@ -90,7 +90,7 @@ def process_args():
90
"use an extended character set (e.g., to specify group names), then "
91
"specify the encoding of your configuration files with this argument. "
92
"All encoding names understood by Python are allowed.",
93
- dest='encoding_name')
+ dest='encoding_name', default='ascii')
94
return parser.parse_args()
95
96
0 commit comments