standarddir: Fix coverage.

This commit is contained in:
Florian Bruhin 2015-09-15 20:40:17 +02:00
parent 00d6970c66
commit 0bbd410016

View File

@ -154,7 +154,7 @@ def _from_args(typ, args):
try:
suffix = basedir_suffix[typ]
except KeyError:
except KeyError: # pragma: no cover
return (False, None)
return (True, os.path.join(basedir, suffix))