servo/python/servo
bors-servo 75f6cf47c4 Auto merge of #12870 - pathway27:master, r=Wafflespeanut
./mach has a formatting error

<!-- Please describe your changes on the following line: -->

Fix for #12766. Couldn't reproduce the exact error.

I explicitly raised urllib2.URLError to get to the print and then tried using many different variable types for e.reason and src but it still didn't throw a coercion error.

So, as @Wafflespeanut said,
> Instead of appending, we can format the values, which (I'm pretty sure) will fix this error.

which is what i've done.

---

<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #12766, hopefully.

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests they execute before the test runner is installed. Can't test the bootstraping code.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12870)
<!-- Reviewable:end -->
2016-08-15 23:59:07 -05:00
..
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py Fix overriding url with Request obj. when resuming download 2016-08-16 04:09:10 +00:00
build_commands.py Run git command only with mach build commands 2016-08-05 22:47:27 +02:00
command_base.py Run git command only with mach build commands 2016-08-05 22:47:27 +02:00
devenv_commands.py Create mach fetch command 2016-08-12 16:13:39 +02:00
package_commands.py Revert "Enable multiprocess and sandbox" 2016-08-15 03:44:46 +02:00
post_build_commands.py Revert "Enable multiprocess and sandbox" 2016-08-15 03:44:46 +02:00
testing_commands.py stylo: Fix and ensure alignment of restyle hints. Test it on Travis. 2016-08-03 15:18:32 -07:00