Commit 6e3ec9cc by Mark Mandel

expand user home path in stat.

parent 9b09ff4a
...@@ -67,6 +67,7 @@ def main(): ...@@ -67,6 +67,7 @@ def main():
) )
path = module.params.get('path') path = module.params.get('path')
path = os.path.expanduser(path)
follow = module.params.get('follow') follow = module.params.get('follow')
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment