2018-01-16 13:05 GMT+08:00 Guangyuan Yang <y...@freebsd.org>: > Hi Chris, > > It still exists. Here is some investigation inside decorator > `skip_if_tool_version_is`
For now, change the line + if m is None: + return 'unknown' to + if m is None: + return '0.00' in https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=304660a54a433ff65ce0cef986b22b3d76793ab0 will solve the issue.