[Downloader] Catch OSErrors from invalid repo names (#3029)

* [Downloader] Ensure repo names only contain the characters stated

* Create 2827.bugfix.rst

* [Downloader] Catch OSErrors from invalid filenames

* Update 2827.bugfix.rst

* Style

* do the thing again

* Update 2827.bugfix.rst
This commit is contained in:
Flame442
2019-10-04 22:19:00 -04:00
committed by Michael H
parent ea77de5d56
commit 9b60816ebd
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1 @@
Repo names can now only contain the characters listed in the help text (A-Z, 0-9, underscores, and hyphens).