From 069e3e69b4c27a5e923c283c61aeefbd1a51b756 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 15 May 2020 09:13:10 +0530 Subject: [PATCH] ... --- setup/hosting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/hosting.py b/setup/hosting.py index 060ba28298..bb9ac87f4c 100644 --- a/setup/hosting.py +++ b/setup/hosting.py @@ -463,7 +463,7 @@ def cli_parser(): ) a( 'file_map', - type=FileType('rb'), + type=FileType('r'), help='A file containing a mapping of files to be uploaded to ' 'descriptions of the files. The descriptions will be visible ' 'to users trying to get the file from the hosting service. '