From 1d06197112c3a29af2253bef53de8bd103937235 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sat, 17 Apr 2010 12:25:52 +0200 Subject: [PATCH] Correttp typo. --- phcstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phcstats.py b/phcstats.py index 810687b..61ab38a 100755 --- a/phcstats.py +++ b/phcstats.py @@ -114,7 +114,7 @@ if __name__ == "__main__": help="The dsh group file to use", default='/etc/dsh/group/all') (options, args) = parser.parse_args() - group = os.path.expand_user(options.group_file) + group = os.path.expanduser(options.group_file) if options.check: for client in LoadClients(): -- 2.1.4