standarddir: Fix coverage.
This commit is contained in:
parent
00d6970c66
commit
0bbd410016
@ -154,7 +154,7 @@ def _from_args(typ, args):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
suffix = basedir_suffix[typ]
|
suffix = basedir_suffix[typ]
|
||||||
except KeyError:
|
except KeyError: # pragma: no cover
|
||||||
return (False, None)
|
return (False, None)
|
||||||
return (True, os.path.join(basedir, suffix))
|
return (True, os.path.join(basedir, suffix))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user