(error)
| 78 | sys.stdout.write(output) |
| 79 | |
| 80 | def PrintError(error): |
| 81 | if verbosity >= 3 and sys.exc_info()[1] is not None: |
| 82 | import traceback |
| 83 | traceback.print_exc() |
| 84 | print ("ERROR:", error) |
| 85 | |
| 86 | # Helpers for determining platform |
| 87 | def Windows(): |