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. '