expand user home path in stat.

reviewable/pr18780/r1
Mark Mandel 11 years ago
parent b5696d674e
commit 0f011c3c58

@ -67,6 +67,7 @@ def main():
)
path = module.params.get('path')
path = os.path.expanduser(path)
follow = module.params.get('follow')
try:

Loading…
Cancel
Save