expand user home path in stat.

pull/3822/head
Mark Mandel 13 years ago
parent 9b09ff4a65
commit 6e3ec9ccc0

@ -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