Diff
Differences From Artifact [f8ba9ac1af]:
- File config.py — part of check-in [d9a4e95fc9] at 2020-05-21 11:54:03 on branch trunk — Add more detailed user-agent string, introduce conf.version (from pmd) (user: mario, size: 14790) [annotate] [blame] [check-ins using]
To Artifact [19c9d0f2fd]:
- File config.py — part of check-in [ef4ea389f1] at 2020-12-12 14:17:07 on branch trunk — Fix `format_exc(e)` itself causing an exception, and add explanation in `pq` wrapper which was supposed to mask import errors. (user: mario, size: 14789) [annotate] [blame] [check-ins using]
377 378 379 380 381 382 383 | 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 | - + | if conf.windows: method = "[%s]" % method else: method = r"[{}[{}][0m".format(self.colors.get(method.split("_")[0], "47m"), method) # output print( method + " " + " " . join( |