expand user home path in stat.

This commit is contained in:
Mark Mandel 2013-08-12 17:34:54 +10:00
parent b5696d674e
commit 0f011c3c58

View file

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